Install the project dependencies (in node_module directory)
npm install
Install the project web libraries (in bower_components directory)
bower install
Then, if you just want to create the production files run
gulp
or if you want to start working on the project
gulp serve