itsmejkumar / mern-stack-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is MERN start project and was created for demo purpose.

Deployment of Backend (Express) : Runs on localhost:5000

       $ cd backend
       $ npm install
       $ nodemon server

Deployment of UI (React) : Runs on localhost:3000

       $ yarn
       $ yarn start

About


Languages

Language:JavaScript 90.6%Language:HTML 6.6%Language:CSS 2.8%