- Run
sudo npm install -g gulp
(if not installed) - ------FOR DEVELOPMENT------
- Run
npm install
in the project root dir - Run
gulp
in the project root dir - ------FOR PRODUCTION (DEPLOYMENT)------
- Not applicable at the moment! *TODO: make production gulp work
- Run
npm install --production
in the project root dir - Run
gulp --gulpfile gulpfile_production.js
in the project root dir
- Node.js
>=7