In your project's root directory, run:
git clone https://github.com/Kashishjain04/MERN-template-client.git
git clone https://github.com/Kashishjain04/MERN-template-server.git
In Mern-template-client folder:
- run
npm install
- Make changes according to your project requirements
- run
npm start
In Mern-template-server folder:
- run
npm install
- Create a .env file and add the following line in it:
- CONNECTION_URL=
mongodb_connection_string
- CONNECTION_URL=
- Make changes according to your project requirements
- run
npm start