Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 260 Bytes

Getting Started

First, run the client server:

# run in root directory
npm run dev

Open http://localhost:3000 with your browser to see the result.

Second, run the backend server:

cd src/server
npm start