Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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```