You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.9 KiB
2.9 KiB
Transcendence
Instructions:
If you not use rootless docker, either rename Makesudo as Makefile or call make
with -f Makesudo
.
Rules:
- prod: build and lauch client and server on builded resources.
- dev: launch client and server without build using nest and vite.
- check: format and lint back and check front.
- debug: launch back with debug flags.
Dependencies:
Front:
Back:
- @nestjs/cli
- @nestjs/common
- @nestjs/core
- @nestjs/platform-express
- @nestjs/platform-ws
- @nestjs/schematics
- @nestjs/testing
- @nestjs/websockets
- @types/express
- @types/jest
- @types/node
- @types/supertest
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- eslint
- eslint-config-prettier
- eslint-plugin-prettier
- jest
- prettier
- reflect-metadata
- rimraf
- rxjs
- source-map-support
- supertest
- ts-jest
- ts-loader
- ts-node
- tsconfig-paths
- typescript
- ws