LoungeWeb Starting the server LoungeBackend Start the mongo database. mongod --dbpath data Locally run the backend server node app LoungeWeb Install gulp npm install -g gulp Run gulp compiliation gulp Start the frontend server npm start