Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 288 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 288 Bytes

Connect 4 API

See the description of the frontend project (connect-4-app).

Getting started

npm install

If you like hot code reload (optional):

npm install -g @nestjs/cli
nest serve

Otherwise:

npm start