Skip to content

DineshkumarT/sms-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Getting started

Open command prompt and execute below commands in order to start backend

  1. cd server
  2. npm install
  3. npm start

Open another command prompt and execute below commands in order to start client

  1. cd client
  2. npm install
  3. npm start

At this point, both server (port 3001) and client (port 3000) app should be running

Open browser and access http://localhost:3000 - this should display the page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published