- Ruby
- bundler
- Jekyll
- Install:
npm install --global yo gulp-cli bower generator-webapp
- Run
bundle install
to install ruby dependencies - Run
npm install
to install node build dependencies - Run
bower install --save <package>
to install frontend dependencies - Run
gulp serve:test
to run the tests in the browser - Run
gulp
to build for production - Run
gulp serve:dist
to preview the production build