Skip to content

cvgellhorn/cvgellhorn.github.io

Repository files navigation

cvgellhorn.com

Setup

Install dependencies

$ npm install

Development

Build the app in dev mode and run the local webpack-dev-server with livereload and autocompile on http://0.0.0.0:8080/

$ npm run dev

Production

Build the app in production mode

$ npm run build