Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 115 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 115 Bytes

Start server with

cd server
npm i
npm run dev

Start client with

cd client
npm i
npm start