- 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
gulp
or production server usinggulp build
- http://localhost:8888 for dev server
- http://localhost:9999 for production server
Note: you need to run
gulp clean
everytime you restart the server. We'll fix this in the future