Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pikapkg/snowpack
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed May 27, 2020
2 parents 2f61be5 + 74003c4 commit d7bb1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![dev command output example](/img/snowpack-dev-startup-2.png)

Snowpack's dev server is an instant dev environment for any web application. `snowpack dev` stays fast by skipping all unecceary bundling during development and serving individual files directly to the browser. That means **zero** upfront startup cost: Snowpack only starts building your app when you make your first request. This scales especially well to large projects, where you'd otherwise commonly see 30+ second dev startup times with a traditional bundler.
Snowpack's dev server is an instant dev environment for any web application. `snowpack dev` stays fast by skipping all unnecessary bundling during development and serving individual files directly to the browser. That means **zero** upfront startup cost: Snowpack only starts building your app when you make your first request. This scales especially well to large projects, where you'd otherwise commonly see 30+ second dev startup times with a traditional bundler.

This magic is all possible thanks to Snowpack's npm package installer, which installs your packages so that they can run directly in the browser. When you develop or build your application, Snowpack automatically rewrites your imports to point to your Snowpack-installed, ready-to-run web dependencies.

Expand Down

0 comments on commit d7bb1aa

Please sign in to comment.