Skip to content

pr1ntr/static-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).