Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 512 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 512 Bytes

My personal Blog by MERN Stack

Getting Started for localhost

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