Skip to content

A clean starter setup for express, ideal for quickly setting up backend systems and more.

Notifications You must be signed in to change notification settings

ethan-davies/express-starter

Repository files navigation

Express starter

A clean starter setup for express, ideal for quickly setting up backend systems and more.

Important

It is recommended to use Node v16 or newer.

▲ Deploying to Vercel

To deploy this app to Vercel, create a config similar to the one shown below.

{
    "name": "NAME",
    "version": 2,
    "builds": [
        {
            "src": "/src/index.ts",
            "use": "@vercel/node"
        }
    ],
    "routes": [
        {
            "src": "/(.*)",
            "dest": "/src/index.ts"
        }
    ]
}

About

A clean starter setup for express, ideal for quickly setting up backend systems and more.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published