A git repository for a Type Racer clone server
- Node - version 12.18.3 LTS
- NPM - version 6.14.6
- Nest.js - version 7.6.13
- Typescript - version 4.2.2
- Mongoose - version 5.11.18
- Socket.io Redis - version 5.4.0
- Clone this repository -
git clone <your_git_URL>
- Install Node packages -
npm install
- Then run
npm run start:dev
in development environment
- or run
npm run start:stg
in staging environment - or run
npm run start:prod
in production environment