- local & global header
- internal & external assets
- redirects
- parent / child components
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
# start server (non-static)
$ npm run start
# generate static project
# creates 'dist' folder with HTML / JS / CSS files
$ npm run generate