Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Install Server

Install the dependencies and devDependencies and start the server on port 5000.

cd server
yarn install
yarn dev

in another terminal window

cd server
yarn watch