Skip to content
Discussion options

You must be logged in to vote

next build will build your files for the next command which can be next start or next export. next start will start a Node.js server that will listen to requests and send your pages, this is the standard way to use Next.js since it has all the features. next export is for Static HTML Export, it will output HTML files similar to what create-react-app does

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sromexs
Comment options

Answer selected by sromexs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants