clothies
Quick Links:
Setup
Global Dependencies
# install bower globally
sudo npm install -g bower
# install global nodemon
sudo npm install -g nodemon
# install global gulp
sudo npm install -g gulp-cli
Project Dependencies install
# install npm modules for project
npm install
# install bower packages for project
bower install
Local Dev
Run local server
# start gulp process, this will watch for changes and auto update files and auto restart server. just refresh browser after changes are savedÂ
gulp