Advent Of Code 2020
Getting started
- Clone the repository
git clone https://github.com/gaetanmaisse/dojo-typescript-jest.git
- Install dependencies
npm install
or
yarn install
- Just code and have fun!
Available NPM scripts
Below is a list of all the scripts this project has available:
NPM Script | Description |
---|---|
build |
Runs Typescript compiler |
build:watch |
Runs Typescript compiler in watch mode |
test |
Runs tests using Jest test runner with --verbose and --coverage activated |
test:watch |
Runs tests in watch mode (run only tests related to changed files based on git status) |
lint:eslint |
Runs ESLint on project files |