Web Start Lite is a barebones, npm-based boilerplate for modern web development.
All tasks are run via NPM, no gulp/grunt needed.
- Webpack
- SASS
- Browsersync with live reload
- NodeJS v0.10.26+
Install dependencies
npm install
Run development server
npm run serve
Build production version
npm run build