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

https://github.com/tkc/ts-express-clean-architecture-sandbox


https://github.com/tkc/ts-express-clean-architecture-sandbox

clean-architecture eslint express expressjs node prettier ts-node typescript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# TS Express CleanArchitecture Sandbox

## Requirements

### Node.js

```sh
nvm install v10.x.x
nvm use v10.x.x
```

## Development

```sh
npm run start
```

## Test

```sh
npm run test
```

### TypeScript compilation check

```sh
npm run tsc
```

### Lint

```sh
npm run lint
```