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

https://github.com/ivpusic/node-ts-boilerplate

Minimal boilerplate for Node.js typescript projects
https://github.com/ivpusic/node-ts-boilerplate

boilerplate koa koa-router nodejs typescript

Last synced: about 2 months ago
JSON representation

Minimal boilerplate for Node.js typescript projects

Awesome Lists containing this project

README

          

# node-ts-boilerplate

Minimal boilerplate for Node.js typescript projects

Included:

- Node.js
- Typescript
- Koa
- Koa Router
- Nodemon
- Supertest

Cloning:

```bash
git clone git@github.com:ivpusic/node-ts-boilerplate.git
```

## Usage

Start server (port 3000):

```bash
npm start
```

Run tests:

```bash
npm test
```

## License
*MIT*