Skip to content

importRS/commuNITTy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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