To run it locally -
- Fork the repo and clone it.
- Switch to
developmentbranch for running in development mode. - Make sure you have
npmNode.js & MongoDB installed in your system. - [Only once] Run (from the root)
npm installandcd client && npm install. - Open two terminal windows (one for running Server and other for the UI).
- Start MongoDB service with
sudo service mongod start. - Run
npm serverto start the server. By default it will run onport 5000. - For UI run
npm clientand it will open on a new tab onport 3000. - Go to
http://localhost:3000to see the application running.
Follow steps 1 & 3-7 for running in production mode.
This time go to http://localhost:5000 to see the application running.
