You cand find the codelabs here on iCampus.
$ yarn install
# development
yarn start
# watch mode
yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
# Check
$ yarn format:check
# Format code
$ yarn format:check
$ yarn lint
$ yarn generate module with-crud --name myModule
👤 Nicolas Beaussart nic.beaussart@gmail.com
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator