Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/ts-backend-boilerplate
Boilerplate of using TypeScript on Backend for me
https://github.com/sota1235/ts-backend-boilerplate
Last synced: 2 months ago
JSON representation
Boilerplate of using TypeScript on Backend for me
- Host: GitHub
- URL: https://github.com/sota1235/ts-backend-boilerplate
- Owner: sota1235
- License: mit
- Created: 2018-09-22T09:11:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T12:46:06.000Z (12 months ago)
- Last Synced: 2024-01-20T19:26:44.093Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ts-badckend-boilerplate ![](https://github.com/sota1235/ts-backend-boilerplate/workflows/.github/workflows/main.yml/badge.svg) [![codecov](https://codecov.io/gh/sota1235/ts-boilerplate/branch/master/graph/badge.svg)](https://codecov.io/gh/sota1235/ts-boilerplate)
====Minimum boilerplate to build HTTP server with TypeScript for me.
### Usage
See `scripts` in `package.json`.
### Install
```
git clone [email protected]:sota1235/ts-boilerplate.git your_app_name
cd your_app_name
npm i
```### Environment Values
| Key |For what |
|:----:|:--------------------:|
|`PORT`|Port number for server|### Optional
- CircleCI
- Only thing you need to do is to replace status badge on `README.md`.
- Codecov
- Only things you need to do is
- 1. Set token of [Codecov](https://codecov.io/) as an environment value `CODECOV_TOKEN` on your CircleCI project.
- 2. Replace status badge on `README.md`.### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)