Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 311 Bytes

File metadata and controls

29 lines (24 loc) · 311 Bytes

LoungeWeb

Starting the server

LoungeBackend

  1. Start the mongo database.
mongod  --dbpath data
  1. Locally run the backend server
node app

LoungeWeb

  1. Install gulp
npm install -g gulp
  1. Run gulp compiliation
gulp
  1. Start the frontend server
npm start