https://github.com/tsedio/tsed-example-vercel
Short example to deploy Ts.ED application compatible with Vercel
https://github.com/tsedio/tsed-example-vercel
serverless tsed typescript vercel
Last synced: 5 months ago
JSON representation
Short example to deploy Ts.ED application compatible with Vercel
- Host: GitHub
- URL: https://github.com/tsedio/tsed-example-vercel
- Owner: tsedio
- Created: 2021-11-19T05:53:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T21:08:03.000Z (over 4 years ago)
- Last Synced: 2025-02-23T16:14:01.541Z (about 1 year ago)
- Topics: serverless, tsed, typescript, vercel
- Language: TypeScript
- Homepage: https://tsed-vercel.vercel.app
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ts.ED Vercel
[](https://github.com/tsedio/tsed/blob/master/CONTRIBUTING.md)
[](https://github.com/semantic-release/semantic-release)
[](https://github.com/prettier/prettier)
[](https://opencollective.com/tsed)
See [Ts.ED](https://tsed.io) project for more information.
## Installation
```sh
yarn install
```
## Tasks
> **Important!** Ts.ED requires Node >= 12, Express >= 4 and TypeScript >= 4.
```batch
# install dependencies
$ yarn install
# serve
$ yarn start
# build for production
$ yarn build
# deploy on vercel
$ yarn deploy
```
