Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanhauhau/svelte-serve

[Experimental]
https://github.com/tanhauhau/svelte-serve

Last synced: 21 days ago
JSON representation

[Experimental]

Awesome Lists containing this project

README

        

# svelte-serve

Create Svelte app with no configuration.

## Quick Overview

### Init a Svelte app

```sh
npx svelte-serve init app-name
```

### Init a Svelte app from [Svelte REPL](https://svelte.dev/repl)

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

### Serve Svelte app from a folder

```sh
npx svelte-serve .
```

## TODO
- [ ] preprocessors (in progress)
- [ ] HMR
- [ ] source map

## License

MIT