Simple Node.js + Vercel example that returns a "Hello World" response.
You can choose from one of the following two methods to use this repository:
Deploy the example using Vercel:
git clone https://github.com/vercel/examples/tree/main/solutions/node-hello-world
Install the Vercel CLI:
npm i -g vercel
Then run the app at the root of the repository:
vercel dev
Simple Node.js + Vercel example that returns a "Hello World" response.
You can choose from one of the following two methods to use this repository:
Deploy the example using Vercel:
git clone https://github.com/vercel/examples/tree/main/solutions/node-hello-world
Install the Vercel CLI:
npm i -g vercel
Then run the app at the root of the repository:
vercel dev