Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)