Install Node.js, Gulp, and Bower by using NPM:
npm intall -g Node.js
npm install -g gulp
npm install -g bower
```
After that's done, you can install the project dependencies using:
npm install bower install
Then you can run the project using:
gulp serve