Deployment
Build your web app
Build your site for production:
yarn build
The static files are generated in the build folder.
Deploy your web app
Test your production build locally:
yarn serve
The build folder is now served at http://localhost:3000/.
You can now deploy the build folder almost anywhere easily, for free or very small cost. But you should use Vercel for this project as it's build with NextJs.