In order to get this template running
- Make sure the npm is running if not do install the npm first (node --version)
- Run this command in the terminal > npm install
- Make sure grunt-cli is installed if not refer to http://gruntjs.com/getting-started
- Run this command in the terminal > grunt
When "npm install" command is run, it will download all the necessary package to start project.
All the sass files and javascript files are within components folder. When grunt command is run it will compile file and creates css and js folders and files in build/development and build/production folder.