A note making application build using MERN stack.
- Install dependencies for server
npm install
- Install dependencies for client
npm run client-install
- Run the client and server concurrently
npm run dev
- Run the server only
nodemon server
- Run the client only
npm run client
Server runs on http://localhost:4000 and client on http://localhost:3000
Check the app live on https://web-note-app.herokuapp.com/
If you dont have mongodb on your system install using the link below. https://docs.mongodb.com/manual/administration/install-community/
- To Practice MERN stack
- To Practice GitHub flow