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.
|
|
6 years ago | |
|---|---|---|
| .circleci | 6 years ago | |
| .github | 6 years ago | |
| _templates | 6 years ago | |
| docker | 6 years ago | |
| src | 6 years ago | |
| test | 6 years ago | |
| .editorconfig | 6 years ago | |
| .gitignore | 6 years ago | |
| .prettierrc | 6 years ago | |
| LICENSE.md | 6 years ago | |
| README.md | 6 years ago | |
| compodoc.server.json | 6 years ago | |
| exemple.env | 6 years ago | |
| nest-cli.json | 6 years ago | |
| package.json | 6 years ago | |
| tsconfig.build.json | 6 years ago | |
| tsconfig.json | 6 years ago | |
| tslint.json | 6 years ago | |
| yarn.lock | 6 years ago | |
README.md
Welcome to TP on CI and CircleCI 👋
You cand find the codelabs here on iCampus.
Installation
$ yarn install
Running the app
# development
yarn start
# watch mode
yarn start:dev
# production mode
$ yarn start:prod
Test
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Lints
# Check
$ yarn format:check
# Format code
$ yarn format:check
$ yarn lint
Generate
$ yarn generate module with-crud --name myModule
Author
👤 Nicolas Beaussart nic.beaussart@gmail.com
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator