Publish NextJs website as an npm package to be used in a React application

Viewed 13

I have a NextJs typescript (client side) app which I want to package and publish to Github Packages. I want to then use it inside my React application using npm install and run the app in localhost.

I haven't encountered anything helpful for this particular use case.

0 Answers
Related