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

https://github.com/briangershon/minimal-express-on-vercel

Starter template for Express v5. Vercel configuration.
https://github.com/briangershon/minimal-express-on-vercel

express starter-template typescript vercel vitest

Last synced: about 2 months ago
JSON representation

Starter template for Express v5. Vercel configuration.

Awesome Lists containing this project

README

        

# minimal-express-on-vercel

## Run locally

```bash
npm install
npm run dev
```

## Run tests or coverage reports

```bash
npm test
npm run coverage
```

## Run in production

When deployed to Vercel, it will automatically compile TypeScript files and run the server.