Minimalistic website boilerplate. Perfect for prototyping.
- webpack to bundle javascript files (CommonJS / AMD / ES6)
- sass for stylesheets
- browser-sync to serve and livereload files
Please install node and sass.
Then run npm i
to install the aforementioned stuff.
Build it
npm run build
Work it
npm run watch
Review it
npm run serve