Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 555 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 555 Bytes

Bloggoly

Blog publishing site

A Full stack blog app

screenshot

DEMO

Usage

Install Dependencies

cd client
npm i
cd ../server
npm i

Run Locally

Run both frontend (Port: 3000) and backend (Port: 5000) simultaneously

cd server/
npm run dev

Run both frontend (Port: 3000) and backend (Port: 5000) manually

cd client/
npm start

cd ../server
npm run server