Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 407 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 407 Bytes

npm run dev

Use Concurrently for running React in Front-end and Node in Back-end. Runs the app in the development mode.

Open http://localhost:3000 to view Front-end in the browser.
Open http://localhost:5000 to view Back-end in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.