Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonirinta-kahila/ts-node-boilerplate
Typescript-node boilerplate with express, airbnb-eslint rules and tests
https://github.com/jonirinta-kahila/ts-node-boilerplate
airbnb-eslint boilerplate chai express mocha node nodejs tests typescript
Last synced: about 1 month ago
JSON representation
Typescript-node boilerplate with express, airbnb-eslint rules and tests
- Host: GitHub
- URL: https://github.com/jonirinta-kahila/ts-node-boilerplate
- Owner: JoniRinta-Kahila
- License: mit
- Created: 2021-08-26T10:20:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T10:05:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T20:16:22.459Z (7 months ago)
- Topics: airbnb-eslint, boilerplate, chai, express, mocha, node, nodejs, tests, typescript
- Language: JavaScript
- Homepage:
- Size: 494 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-node-boilerplate [![CodeQL](https://github.com/JoniRinta-Kahila/ts-node-boilerplate/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/JoniRinta-Kahila/ts-node-boilerplate/actions/workflows/codeql-analysis.yml)
nodeJs boilerplate with TypeScript, airbnb-eslint, express, mocha and chai
#### install
```npm i```
#### Run dev
```npm run dev```
#### Run production
```npm run prod```
#### Run tests
```npm run test```