Skip to content

Final Common Core Project at 1337 (42_cursus)

Notifications You must be signed in to change notification settings

m0saan/ft_transcendence

 
 

Repository files navigation

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.4%
  • JavaScript 24.4%
  • Dockerfile 1.2%