End to end Template for running with web pack and HMR #771
Isaac-Leonard
started this conversation in
Show and tell
Replies: 1 comment
-
Wow, thank you for publishing this, @Isaac-Leonard |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've made a template repo for running this with a react frontend and Hot module reloading enabled for both the backend and frontend.
This means that you can modify routes and the server will update automatically so you can immediately test new routes.
HMR is also enabled for the frontend much like what create-react-appp does.
It also automatically updates the api client for the frontend whenever routes are changed so type mismatch errors will be instantly reported.
I hope someone finds this helpful.
https://github.com/Isaac-Leonard/E2E-HMR-Express-zod-api-template
Beta Was this translation helpful? Give feedback.
All reactions