boilerplate for small starting cut-ups
If you have just checked out this repository, you will need to run some commands to get up and running.
First, navigate to the root folder of this project on your local drive:
cd /local/path/to/
Install Node modules:
npm install
Install Bower modules:
bower install
Run a local web server to view the design templates:
grunt dev
View the files on the local web server using a browser: