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

https://github.com/nicksp/node-typescript-starter

A starter template for TypeScript and Node
https://github.com/nicksp/node-typescript-starter

express js node typescript

Last synced: 2 months ago
JSON representation

A starter template for TypeScript and Node

Awesome Lists containing this project

README

        

# Skeleton for TypeScript-based Node.js apps

## Processes

### Development

```js
yarn start
```

### Building a container

```js
yarn build .
```

### Testing

```js
yarn test
```

### Linting

```js
yarn lint
```