https://github.com/frodkata/vercel-express
Template for hosting an Express server via Vercel
https://github.com/frodkata/vercel-express
express expressjs vercel vercel-deployment vercel-hosting
Last synced: about 1 month ago
JSON representation
Template for hosting an Express server via Vercel
- Host: GitHub
- URL: https://github.com/frodkata/vercel-express
- Owner: frodkata
- Created: 2025-03-31T10:44:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-31T10:55:01.000Z (about 1 month ago)
- Last Synced: 2025-03-31T11:33:35.640Z (about 1 month ago)
- Topics: express, expressjs, vercel, vercel-deployment, vercel-hosting
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Express.js with Vercel
Serve as a template project for setting up a simple API and deploying it to Vercel
## Guide```bash
npm i
vercel login
vercel dev
```
Creating a repository from a [template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template)