Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 525 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 525 Bytes

commuNITTy

Public Social Network for NIT Trichy[ Website Link ]


To Run in Development Mode

-> Installation and Initial Setup

npm install
cd client
npm install

Create dev.js in config directory

-> To Start Development Server

node app.js
cd client
npm start