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