https://github.com/dammy001/char
https://github.com/dammy001/char
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dammy001/char
- Owner: dammy001
- Created: 2021-10-06T16:10:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T17:43:37.000Z (about 2 months ago)
- Last Synced: 2025-03-31T18:42:18.787Z (about 2 months ago)
- Language: TypeScript
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Hi There,
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```