svelte-serve

[Experimental]

MIT License

Stars
17

svelte-serve

Create Svelte app with no configuration.

Quick Overview

Init a Svelte app

npx svelte-serve init app-name

Init a Svelte app from Svelte REPL

npx svelte-serve init https://svelte.dev/repl/hello-world?version=3.22.2

Serve Svelte app from a folder

npx svelte-serve .

TODO

  • preprocessors (in progress)
  • HMR
  • source map

License

MIT