How to build and share Next App
Unanswered
Japanese flying squid posted this in #help-forum
Japanese flying squidOP
Hi, stupid question. but i have made an app in next js and i don't know how to share it with my fellows locally. End goal is to deploy on aws as a web. In react, we used to run
build command which would generate a public folder that could be shared for deployment. But when I run this command I get two svgs in public folder. If i run index files in .next folder, CSS doesn't work. Kindly help a noob here1 Reply
https://nextjs.org/docs/app/api-reference/next-config-js/output#automatically-copying-traced-files
I think you could build the app with
I think you could build the app with
standalone output. then you could share the .next/standalone folder