# 🥋⛩️  {{app_title}}

{{description}}

## Usage
Run the tests with:
- `npm run test:once` => if you want ro run the tests only once
- `npm run test:watch` => if you want ro keep test refreshing as you code

## Directories:
```
|--src
   |---index.ts
|--test
   |---index.test.ts
|--package.json
|--tsconfig.json
|--README.md
```

This project was bootstrapped with [Kataclism](https://github.com/glippi/kataclism).

[Read the rest of the documentation here.](https://github.com/glippi/kataclism)
