Packaging Next.js apps to distribute via NPM #13838
Unanswered
rajat1saxena
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dashboard application, which I want to distribute via NPM. It's a traditional Next.js app but I want to make it a package that exports a command to start the Next.js based app.
Hence the consumer app would be able to do something like the following after installing my app as a dependency.
How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions