- bower
npm install -g bower - gulp
npm install -g gulp
- Checkout codebase from github
- Go to the project root directory
- Install node packages and bower components
npm installbower install - Install gulp in your project devDependencies
npm install --save-dev gulp
reference the documentation for making style
- Run gulp to work on devolopment.
gulp serve - Run gulp to test
gulp test - Run gulp to build
check dist folder
gulp build