Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 598 Bytes

File metadata and controls

13 lines (11 loc) · 598 Bytes

Mango Frontend

Installation:

  1. Clone the github repo git clone https://github.com/mangoapp/frontend.git
  2. Navigate into repo cd frontend
  3. Install necessary packages npm install
  4. Install run-sequence because it's an arse npm install run-sequence
  5. Run gulp clean
  6. Start dev server using gulp or production server using gulp build

Note: you need to run gulp clean everytime you restart the server. We'll fix this in the future