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

https://github.com/simonepriuli/create-svete-app

Create svete app is the best way to build and ship a serverless typescript backend.
https://github.com/simonepriuli/create-svete-app

Last synced: 4 months ago
JSON representation

Create svete app is the best way to build and ship a serverless typescript backend.

Awesome Lists containing this project

README

          


IMongo logo

create-svete-app



SVETE docs


Create SVETE app is the best way to develop and deploy a serverless TypeScript and Express standalone backend using Vercel platform and Edge Config (optional).

## Getting started

To scaffold an app using create-svete-app, run the following command.
```bash
npx create-svete-app my-project
```

Enter the directory
```bash
cd my-project
```

Run npm i to install all the dependencies
```bash
npm i
```

## Deploy on Vercel

The easiest way to deploy your SVETE app is to use the [Vercel Platform](https://vercel.com/) wich this starter is designed to work with.