Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 174 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 174 Bytes

To run server:

cd server
npm install
node index.js

To run client:

cd client
yarn
yarn start

# can use npm instead of yarn
npm install
npm start