Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agneym/electrojet-svelte
Default Svelte Template for Electrojet CLI
https://github.com/agneym/electrojet-svelte
electrojet-cli svelte sveltejs
Last synced: 6 days ago
JSON representation
Default Svelte Template for Electrojet CLI
- Host: GitHub
- URL: https://github.com/agneym/electrojet-svelte
- Owner: agneym
- Created: 2019-01-10T20:54:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:37:26.000Z (9 months ago)
- Last Synced: 2024-11-07T23:19:52.822Z (about 2 months ago)
- Topics: electrojet-cli, svelte, sveltejs
- Language: EJS
- Size: 2.15 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Electrojet Default Template
## Usage
```
npm init electrojet --template=svelte
```You can also skip the template and pick Svelte from the options.
1. To start development:
```
npm start --port=4567
```Port default to 4567
2. For build
```
npm run build
```> For plugins and other options, see [Electrojet CLI](https://github.com/BoyWithSilverWings/create-electrojet)
### Credits
1. [Template Webpack Repo](https://github.com/sveltejs/template-webpack)