shoharto / personal-blog-mern

Personal Blog Website using MERN STACK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Personal Blog Website using MERN STACK


Languages

Language:JavaScript 97.7%Language:HTML 2.3%