No description
  • TypeScript 99.7%
  • Dockerfile 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-12-23 14:06:08 +01:00
.gitea/workflows Chore : gitea actions 2024-07-31 16:38:53 +02:00
.vscode Feat : add tokens, handle mutex effects 2024-07-07 10:45:44 +02:00
src fix : do not activate automatically per effects 2024-12-23 14:06:08 +01:00
test Fix incorrect regular expression in testRegex 2023-12-28 16:48:51 +09:00
.env.dev Chore : remove jsons from back 2024-08-01 23:12:44 +02:00
.eslintrc.js feat: card lock 2024-07-03 00:04:31 +02:00
.gitignore Fix : add transaction 2024-06-27 19:40:15 +02:00
.prettierrc fix: format all files 2022-10-05 12:10:39 +02:00
docker-compose.yml Chore : remove jsons from back 2024-08-01 23:12:44 +02:00
Dockerfile Fix : Dockerfile workdir 2024-07-31 16:11:29 +02:00
nest-cli.json Initial commit 2024-06-05 21:13:55 -04:00
package-lock.json Feat : start games with sse 2024-06-11 18:57:01 -04:00
package.json Feat : start games with sse 2024-06-11 18:57:01 -04:00
README.md chore: close a tag 2022-08-03 23:06:53 -03:00
tsconfig.build.json Enable incremental builds, ignore "dist" 2019-04-08 22:41:55 +01:00
tsconfig.json Feat : create games 2024-06-06 19:50:29 -04:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Description

Nest framework TypeScript starter repository.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.