Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 318 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 318 Bytes

This project was bootstrapped with Create React App.

To restore the node modules: "yarn install" or "npm i" in a shell environment To start the server: "node server" in a shell environment To start the client app in dev mode: "npm start" in a shell environment