- Install NodeJS
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
- Install gulp-cli globally
sudo npm install -g gulp-cli
-
Clone the repo
-
Instal NodeJS dependencies
npm install
- Build and run the application server
gulp
- Tip: While developing, to keep your local server updated, use the watch task in a new terminal:
gulp watch