Yield generated for 01d1154d-68de-4ad5-91f5-c056b14f9df2
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.
 
 
SimonBurdy 1f0c469e42 first commit 5 years ago
..
.cirlceci first commit 5 years ago
dev first commit 5 years ago
src first commit 5 years ago
test first commit 5 years ago
.eslintrc.js first commit 5 years ago
.gitignore first commit 5 years ago
.prettierrc first commit 5 years ago
README.md first commit 5 years ago
compodoc.server.json first commit 5 years ago
example.env first commit 5 years ago
nest-cli.json first commit 5 years ago
package.json first commit 5 years ago
tsconfig.build.json first commit 5 years ago
tsconfig.json first commit 5 years ago
yarn.lock first commit 5 years ago

README.md

Welcome to TP on CI and CircleCI 👋

You can 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

Lints

# Check
$ yarn format:check

# Format code
$ yarn format:check

$ yarn lint

Documentation

# Run it locally
$ yarn doc

# Build it
$ yarn doc:build

Author

👤 Nicolas Beaussart nic.beaussart@gmail.com