Welcome to TP on CI and CircleCI 👋
You cand find the codelabs here on iCampus.
## Installation
```bash
$ yarn install
```
## Running the app
```bash
# development
yarn start
# watch mode
yarn start:dev
# production mode
$ yarn start:prod
```
## Test
```bash
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
```
## Lints
```bash
# Check
$ yarn format:check
# Format code
$ yarn format:check
$ yarn lint
```
## Generate
```bash
$ yarn generate module with-crud --name myModule
```
## Author
👤 **Nicolas Beaussart **
- Twitter: [@beaussan](https://twitter.com/beaussan)
- Github: [@beaussan](https://github.com/beaussan)
## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_