Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 528 Bytes

File metadata and controls

22 lines (19 loc) · 528 Bytes

##1. Install npm

curl https://raw.github.com/creationix/nvm/master/install.sh | sh

##2. Running Gulp

workon syapse_apps
npm install //automatically updating the package.json
gulp
//you will see a list of gulp command in the Gulpfile.js

##3. Install bower

npm install -g bower
workon syapse_apps
bower install PACKAGENAME --save // save the new lib and update the bower.json
bower install PACKAGENAME —save-dev (auto updating bower.json in the devDependencies category)
bower uninstall jquery --save