- Node.js and npm
- Tested with v0.12.x or v4.x.x (use nvm-windows to easily switch)
- Bower
To install dependencies, simply run the following commands in the root directory of the project.
$ npm install
$ bower install
You'll also need to install Grunt globally:
$ npm install -g grunt-cli
From the root directory of the project, run:
$ grunt server
You should be able to see the website by navigating to http://localhost:8080 in your browser.
To compile the SCSS files to CSS, run:
$ grunt css
If you want to launch the server and automatically compile SCSS files when changed, run:
$ grunt dev