https://github.com/lichon/verceless
https://github.com/lichon/verceless
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lichon/verceless
- Owner: lichon
- Created: 2025-08-23T16:31:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T19:37:53.000Z (10 months ago)
- Last Synced: 2025-08-24T07:29:57.226Z (10 months ago)
- Language: TypeScript
- Homepage: https://verceless-alpha.vercel.app
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express.js on Vercel
Simple Express.js + Vercel example that serves html content, JSON data and simulates an api route.
## How to Use
You can choose from one of the following two methods to use this repository:
### One-Click Deploy
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
[](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/examples/tree/main/solutions/express&project-name=express&repository-name=express)
### Clone and Deploy
```bash
git clone https://github.com/vercel/examples/tree/main/solutions/express
```
Install the Vercel CLI:
```bash
npm i -g vercel
```
Then run the app at the root of the repository:
```bash
vercel dev
```