- Clone the github repo
git clone https://github.com/mangoapp/frontend.git - Navigate into repo
cd frontend - Install necessary packages
npm install - Install run-sequence because it's an arse
npm install run-sequence - Run
gulp clean - Start dev server using
gulpor production server usinggulp build- http://localhost:8888 for dev server
- http://localhost:9999 for production server
Note: you need to run
gulp cleaneverytime you restart the server. We'll fix this in the future