Minimum boilerplate to build HTTP server with TypeScript for me.
See scripts
in package.json
.
git clone [email protected]:sota1235/ts-boilerplate.git your_app_name
cd your_app_name
npm i
Key | For what |
---|---|
PORT |
Port number for server |
- CircleCI
- Only thing you need to do is to replace status badge on
README.md
.
- Only thing you need to do is to replace status badge on
- Codecov
- Only things you need to do is
-
- Set token of Codecov as an environment value
CODECOV_TOKEN
on your CircleCI project.
- Set token of Codecov as an environment value
-
- Replace status badge on
README.md
.
- Replace status badge on
-
- Only things you need to do is
This software is released under the MIT License, see LICENSE.txt.