Relative Content

Tag Archive for typescriptnext.jsweb-applicationsvercelweb-hosting

Deploying a web app on vercel, back-end is not started

I have a nextjs/typescript webapp project that I’m hosting in vercel, with the free tier. To start my project, I do npm run dev in the app folder, which starts the front end. Then, in another terminal, I navigate to the back-end folder and do a npm start. My file structure looks something like this