Skip to content

sarthakpandey/sconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Available Scripts

In the project directory, you can run:

npm start

Runs the backend of app in the development mode.
At http://localhost:5000

npm client

Runs the frontend of app in the development mode.
At http://localhost:3000

npm run server

Runs the backend of app in the development mode by nodemon.
At http://localhost:5000

npm run dev

Runs the app in the development mode.