Simple example that uses:
- Bundler: Snowpack
- Component Framework: Preact including JSX and Fragments
- Router: Wouter
- NOTE: there is an error during the installation because of the missing React dependency (Preact is used instead). This warning can be ignored. Don't know how this can be suppressed.
- Transpiler: Babel
- CSS Grid: Template
npm run build
Including live-reload
npm run start
- optimize CSS (assets)
- add styling system (e.g. styled-components)