sveltejs / template-webpack

Template for building basic Svelte applications with webpack
300 stars 118 forks source link

Use npx in examples, for consistency & simplicity #16

Closed jul-sh closed 5 years ago

jul-sh commented 5 years ago

Creates parity with https://github.com/sveltejs/sapper-template, which already uses NPX in its examples.

NPX is super simple to use for newcomers & does not require a commitment to install software. :)