CSE316/README.md
2022-05-23 06:22:34 -04:00

12 lines
116 B
Markdown

# How to run
## Client
```shell
npm i && npm run
```
## Server
```shell
npm i -g nodemon
npm i
nodemon index.js
```