Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanhauhau/svelte-serve
[Experimental]
https://github.com/tanhauhau/svelte-serve
Last synced: 21 days ago
JSON representation
[Experimental]
- Host: GitHub
- URL: https://github.com/tanhauhau/svelte-serve
- Owner: tanhauhau
- License: mit
- Created: 2020-04-27T13:37:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T16:44:50.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:30:58.826Z (6 months ago)
- Language: TypeScript
- Size: 276 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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