Awesome
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 watch
and open localhost:4567 in your browser.