Recently, the Snowpack team introduced the concept of Unbundled Development, which is to leverage modules for speeding up the development process. I then came up with an idea to build a static web server to help unbundled development, called esm-server.
This is an example AppRun app to show case esm-server hot module replacement while keeping the application state.
- Run npm install after clone, it should be quick
- Use npm run start to start typescript in watch mode
You can fork this app to give it a try to feel how fast the unbundled development can be.
Have fun!