Skip to content

coolov/no-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A local development setup that doesn't install NodeJS, Webpack, npm or other tools.

# exectutes `python -m SimpleHTTPServer 8000`
./run.sh

Goals

  • 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

Credits

Inspired by Unchained, Babel-service and Deno

Todo

  • Cache the Babel transformations in the service worker
  • Explore import maps
  • Use rollup for production bundling

About

No installs. No builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published