Clone this git repo and change directory to liked
Create a dev.js
inside server/config/
which should export MongoDB URI string
For ex:
mongoURI: "mongodb+srv://user:password@cluster.hgypt.mongodb.net/database?retryWrites=true&w=majority"
In root folder, run npm run install-all
, this will install third party dependencies for both client
& server
.
Once success, run npm run start-app
, this will start development server and you should be able to see app on screen. 📺
Alternatively, you can navigate to localhost:3000
There are other scripts available in root folder, which can be run separately