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.
nicolas-arnaud
f3821a0b76
|
2 years ago | |
---|---|---|
back | 2 years ago | |
front | 2 years ago | |
.env_sample | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
Makefile | 2 years ago | |
Makesudo | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago |
README.md
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.
Setting:
rename .env_sample to .env and customize it to your needs and credentials.
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