Template used for pages on fwdekker.com https://static.fwdekker.com/lib/template/
Go to file
Florine W. Dekker c2a024a200
Make package client side and fix CSS order
2020-05-03 14:23:38 +02:00
src/main Make package client side and fix CSS order 2020-05-03 14:23:38 +02:00
.editorconfig Set up basic template 2020-05-02 23:02:42 +02:00
.gitattributes Set up basic template 2020-05-02 23:02:42 +02:00
.gitignore Set up basic template 2020-05-02 23:02:42 +02:00
LICENSE Set up basic template 2020-05-02 23:02:42 +02:00
README.md Include CSS, revamp development structure 2020-05-03 00:25:55 +02:00
package-lock.json Make package client side and fix CSS order 2020-05-03 14:23:38 +02:00
package.json Make package client side and fix CSS order 2020-05-03 14:23:38 +02:00
webpack.config.js Include CSS, revamp development structure 2020-05-03 00:25:55 +02:00

README.md

FWDekker Template

The base template for pages on fwdekker.com.

This module contains templating functions (e.g. header, footer), CSS libraries, and some common utility methods that are used on nearly all pages anyway.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the application in `build/` for development
$> npm run dev
# Build the application in `build/` for deployment
$> npm run deploy

Publishing

# Log in to npm
$> npm login
# Push to npm
$> npm publish --access public