Develop. Preview. Ship. For the best frontend teams - Vercel
October 27, 2022 6:00 AM (GMT+6)
Vercel is a platform to host frontend applications and static sites but you can also host an express app using serverless functions.
In this tutorial, we will see how we can create an express app from scratch and deploy it to vercel.
Node.js should be installed on your system.
npm init -y to create a package.json file with default configuration.git init to initialize a git repository..gitignore file and write node_modules/ in it.