Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)