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.
- Host: GitHub
- URL: https://github.com/simonepriuli/create-svete-app
- Owner: simonepriuli
- License: mit
- Created: 2023-02-01T14:41:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T10:50:43.000Z (over 3 years ago)
- Last Synced: 2025-10-19T12:52:04.302Z (8 months ago)
- Language: JavaScript
- Homepage: https://create-svete-app.vercel.app
- Size: 109 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
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.