Skip to content

📦✨ Build web applications with less tooling and 10x faster iteration. No bundler required.

License

Notifications You must be signed in to change notification settings

mehdiraized/snowpack

 
 

Repository files navigation

Logo

Snowpack
Build web applications with less tooling and 10x faster iteration. No bundler required.

npm install --save-dev snowpack
  1. Instead of bundling on every change, just run Snowpack once right after npm install.
  2. Snowpack re-installs your dependencies as single JS files to a new web_modules/ directory.
    ↣ Snowpack never touches your source code.
  3. Build your app, import those dependencies via an ESM import, and then run it all in the browser.
  4. Skip the bundle step and see your changes reflected in the browser immediately after hitting save.
  5. Keep using your favorite web frameworks and build tools! Babel & TypeScript supported.

💁 More info at the official Snowpack website ➞

Examples

🆕 Check out snowpack-init! Instantly bootstrap a starter app with Snowpack + Preact, Lit-HTML, TypeScript, and more.

About

📦✨ Build web applications with less tooling and 10x faster iteration. No bundler required.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.6%
  • TypeScript 1.8%
  • CSS 1.4%
  • HTML 1.2%