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

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

Awesome Lists containing this project

README

          


Ts.ED logo

Ts.ED Vercel

[![PR Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tsedio/tsed/blob/master/CONTRIBUTING.md)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![backers](https://opencollective.com/tsed/tiers/badge.svg)](https://opencollective.com/tsed)


Website
  •  
Slack
  •  
Twitter


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
```