The quickest way to get started is to use personal_blog_mern
.
cd personal_blog_mern/server
rename .env copy -> .env
npm install
npm start
cd personal_blog_mern/client
npm install
npm start
Note:
npm start
will kepp running your application.
Verify the deployment by navigating to web server address in your preferred browser.
http://0.0.0.0:3000
Bayes Ahmed Shoharto