Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 415 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 415 Bytes

STATIC BUILD

Pre-requisites

  • Node.js 4.2+
  • NPM 2.14+

Install

  • npm install -g grunt-cli (if not present)
  • npm install

Run

  • grunt The Grunt task will run a server on port 3000 of your localhost.

Notes

  • ES6 + Webpack so feel free to use all the ES6 goodies in the JS.
  • All the styles are with SASS. Compass is not installed with this build (nor should it be, use postcss).