README.md
April 10, 2015 ยท View on GitHub
Steps to run locally.
- Install NPM.
- Navigate to the local project directory using cd.
- Run the command
node install. - Run the command
bower install. - Install Gulp with the command
npm install --g gulp. - Run
gulp watchand open localhost:4567 in your browser.