- Add links to README.md
- Gulp task for handling CSS/Less
- Add testing framework
To get up and running with the project, do the following:
npm install
gulp
This will also start a webpack dev server, with hot loading enabled to make development super quick.
Do this from a different terminal window if you're using the webpack dev server as per 2.
npm start
*This runs node --harmony_arrow_functions server.js
which is specific to iojs. If you're using node, it may still work by using node --harmony
instead.
"Requires" iojs ^v2.0.2
. It was initially set it up with Node ^v0.11.0
, however there is a plan to use Jest which requires JSDom, which no longer supports Node.
It's pretty simple to switch to iojs.