/snowpack

📦✨ Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.

Primary LanguageJavaScriptMIT LicenseMIT

Logo

Snowpack
Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.

npm install --dev snowpack
  • Build your web application with less tooling and 10x faster iteration.
  • Snowpack replaces Webpack, Parcel, or Rollup in your web app build process.
  • Fast: Run Snowpack on your dependencies once, import them from your application, and then run the whole thing directly in browser without a build step.
  • REALLY Fast: When you remove the bundler, changes are made and reflected in the browser instantly on refresh.
  • Flexible: Keep using your favorite web frameworks (React, Preact, Vue, Svelte) and build tools (Babel, TypeScript).
  • Production Ready: Snowpack optimizes your dependencies with tree-shaking, minification, source maps, and more.

💁 More info at the official Snowpack website ➞

Examples

🆕 Check out npx @pika/init! Instantly bootstrap a starter app with Snowpack, Preact, TypeScript, and more!