Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 254 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 254 Bytes

Chingu

Local set up

  1. git clone https://github.com/terrancexin/v8-chimeras-team-04.git
  2. cd v8-chimeras-team-04 && npm i
  3. cd client && npm i
  4. npm run client to start client
  5. npm run server to start server
  6. npm run dev for both