SJSU Computer Science Club Website
-
Install npm (node package manger) Ruby
curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash -
Mac/Unix
brew install node
Linux/Mint/Debian
apt-get install --yes nodejs
Windows
((http://blog.teamtreehouse.com/install-node-js-npm-windows))
-
Install gulp using npm
npm install gulp
-
Run npm install in root of project
npm install
-
Run gulp watch
gulp watch
If
gulp command not found
error then your node package names might be mixed up such as node with nodejstry running
sudo ln -s /usr/bin/nodejs /usr/bin/node
-
Navigate into /dist folder and open index.html