The goal would be to make Snext app easy to open for the end user, they just open a program and get a server running.
https://github.com/vercel/pkg
Things to solve:
- how to display a nice error window if the server doesn't start?
- automatically find a free port
- automatically open the browser when the server is running
- can we have a nicer experience, like hiding the browser navbar and be closer to Electron? Could be an option?
- how to handle SSR, SSG? They probably would work the same as usual with the same use cases
The goal would be to make Snext app easy to open for the end user, they just open a program and get a server running.
https://github.com/vercel/pkg
Things to solve: