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
- Host: GitHub
- URL: https://github.com/3lang3/template-tsed
- Owner: 3lang3
- Created: 2021-03-17T09:25:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T15:27:23.000Z (over 4 years ago)
- Last Synced: 2025-02-01T02:41:26.690Z (over 1 year ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```