Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnobroga/tg-challange
https://github.com/gnobroga/tg-challange
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gnobroga/tg-challange
- Owner: GNobroga
- Created: 2024-09-01T23:15:56.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T14:49:33.000Z (4 months ago)
- Last Synced: 2024-09-06T17:12:06.193Z (4 months ago)
- Language: HTML
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Como executar?
Passo 1
```bash
npm install
```### Para executar a aplicação
```bash
npx ts-node ./src/main
```
### Para executar testes```bash
npm run test
```