Skip to content

Violent-Idiot/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Available Scripts

There are two directory as you can see:-

  1. API
  2. CLIENT

npm run dev

Go to API dir and run the above code.

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.