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

https://github.com/3lang3/template-tsed

this is a tsed template for team work
https://github.com/3lang3/template-tsed

Last synced: about 1 year ago
JSON representation

this is a tsed template for team work

Awesome Lists containing this project

README

          

# template-tsed

> An awesome project based on Ts.ED framework

See [Ts.ED](https://tsed.io) project for more information.

## Build setup

> **Important!** Ts.ED requires Node >= 10, Express >= 4 and TypeScript >= 3.

```batch
# install dependencies
$ yarn install

# serve
$ yarn start

# build for production
$ yarn build
$ yarn start:prod
```