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: 7 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T10:05:29.000Z (over 2 years ago)
- Last Synced: 2025-01-24T19:36:03.656Z (9 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 [](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```