This a Blog Application I built using the MERN Stack.
For running this project you will need node and npm installed globally on your machine.
-
Clone the Project onto your Machine using the following
gitcommandgit clone https://github.com/rawat-divyanshu/MERN-Blog-Application -
Go into the directory where the project now lives.
cd MERN-Blog-Application -
Now for both Client and Server go to the individual directories and install the dependencies by using following command.
npm install -
Start the app.
npm start -
Visit the Client App at
http://localhost:3000/and the Server at
http://localhost:5000/