https://github.com/stylelist94/serve-hara
utility api serve
https://github.com/stylelist94/serve-hara
Last synced: about 1 year ago
JSON representation
utility api serve
- Host: GitHub
- URL: https://github.com/stylelist94/serve-hara
- Owner: StyleList94
- Created: 2021-02-19T12:50:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T13:07:28.000Z (about 5 years ago)
- Last Synced: 2025-02-14T17:25:33.549Z (over 1 year ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serve-HaRa
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ yarn
```
## Running the app
```bash
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
```
## Test
```bash
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
```