I’m running late so rushing this. Will make it better later.
- Make sure latest NodeJS is installed.
- Install global dependencies by running
npm install -g cordova ionic
- Change your working directory to the app directory by running
cd SafeHarvest
- Install local dependencies by running
npm install gulp
- Run app in browser by running
ionic serve
- If the previous step fails due to SASS errors, run
ionic setup sass
and try again