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

https://github.com/flavien-hugs/starty-template-svelte

Implementation of templete starty in sveltejs
https://github.com/flavien-hugs/starty-template-svelte

svelte svelte-template sveltejs

Last synced: 7 months ago
JSON representation

Implementation of templete starty in sveltejs

Awesome Lists containing this project

README

          

# starty-template-svelte
---

# How to use project ?

```bash
git clone https://github.com/flavien-hugs/starty-template-svelte.git
cd starty-template-svelte
```

## Get started

Install the dependencies...

```bash
cd starty-template-svelte
npm install
```

...then start [Rollup](https://rollupjs.org):

```bash
npm run dev
```