/man-simple

Personal website built for simplicity and speed

Primary LanguageCSSMIT LicenseMIT

Personal website for Mark Neuburger

Built with Webpack 2

Setup

$ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm run dev

Deployment

Build the current application

$ npm run build

Credits