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

atilacamurca/snowpack

 
 

Repository files navigation

Logo

Snowpack
Install npm packages to run directly in the browser. No bundler required.

npm install --save-dev snowpack
  • Build your web application with less tooling and 10x faster iteration.
  • Snowpack removes the need for a bundler (Webpack, Parcel, Rollup) in your web app build process.
  • Instead of bundling your app on every change, just run Snowpack once (right after npm install).
  • Write your application code, import those dependencies via an ESM import, and then run it all instantly in the browser.

💁 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 92.5%
  • TypeScript 3.0%
  • CSS 2.6%
  • HTML 1.9%