Snowpack
Build web applications with less tooling and 10x faster iteration. No bundler required.
Want to use Snowpack but can't give up React and JSX? Me too. So I made this.
It's got:
- Built in code splitting/dynamic imports and the simplest router courtesy of Luke Jackson Even fallback routing!
- Practically instant reload (on my 2015 Macbook anyway ). Sure babel has to run, but only on the one file you changed.
- Material-UI! because who wants to make their own Selects?
firstime:
npm run cleanStart
after:
npm run dev