Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vncsmrqs/test-globo-api
https://github.com/vncsmrqs/test-globo-api
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vncsmrqs/test-globo-api
- Owner: vncsmrqs
- Created: 2021-06-01T19:50:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T14:09:51.000Z (over 3 years ago)
- Last Synced: 2024-08-01T21:56:59.155Z (4 months ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Globo Test - API
## Project setup
```
yarn
```### Compiles and serve for production
```
yarn start
```### Compiles and hot-reloads for development
```
yarn start:local
```### Compiles and minifies for production
```
yarn build
```### Lints files
```
yarn lint
```### Lints and fix files
```
yarn lint:fix
```### Check the coding style of the files
```
yarn style:check
```### Run functional tests
```
yarn test:functional
```### Run unit tests
```
yarn test:unit
```