Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentworks/use-svelte-with-parcel
https://github.com/silentworks/use-svelte-with-parcel
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/silentworks/use-svelte-with-parcel
- Owner: silentworks
- Created: 2019-09-03T17:24:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:20:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T23:48:15.551Z (6 months ago)
- Language: HTML
- Size: 592 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# use-svelte-with-parcel
### Installation instructions
```sh
npm install
```### Running
```sh
npm start
```### Production build
```sh
npm run build:production
```