I\'m trying to deploy an API (made in Node) at Vercel (https://vercel.com, before Now) from the CLI. But when I deploy the app, I open the site and the result is just the files
For the time being, with Vercel it's not possible to have a server-run web app that relies on Node.
Vercel is a cloud platform for static frontends and serverless functions.
In order to deploy a node api with Vercel you would need to use their serverless functions.