This is a pretty basic setup, with no frills. It uses the new vite
compiler and renderToPipeableStream
approach for server-side rendering. Everything works fine, if you notice any issues, please let me know.
Run the dev server:
npm run dev
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
Now you'll need to pick a host to deploy it to.