A webpack-based application broilerplate.
Use as you wish, but still read the license from LICENSE.
Different branches hold different stuff. Not per se maintaining, use as you like.
- A relatively new Node.js. I'm running 5.x nowadays.
- install node.js
- install sublime text 3, package manager and babel package
- npm -v
- if your npm is still 2.x: npm -g update npm
- npm install -g nodemon
- npm install
- npm run start
- open browser and go to http://localhost:8888
- kood kood!