A local development setup that doesn't install NodeJS, Webpack, npm or other tools.
# exectutes `python -m SimpleHTTPServer 8000`
./run.sh
- No install or build step
- Load all dependencies from jspm.io
- Centralize all third party imports in
./depts.js
(inipired by Deno) - Target modern browsers, don't transpile ES6 features
- Transpile jsx using Babel in a service worker
Inspired by Unchained, Babel-service and Deno
- Cache the Babel transformations in the service worker
- Explore import maps
- Use rollup for production bundling