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

https://github.com/flavien-hugs/svelte-todo-app

Simple svelte todo app
https://github.com/flavien-hugs/svelte-todo-app

Last synced: 3 months ago
JSON representation

Simple svelte todo app

Awesome Lists containing this project

README

          

# simple svelte todo app

## Get started

Install the dependencies...

```bash
git clone https://github.com/flavien-hugs/svelte-todo-app.git
cd svelte-todo-app
npm install
```

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

```bash
npm run dev
```

### With [Vercel](https://vercel.com)

Install `vercel` if you haven't already:

```bash
npm install -g vercel
```

Then, from within your project folder:

```bash
cd public
vercel deploy --name my-project
```

### With [surge](https://surge.sh/)

Install `surge` if you haven't already:

```bash
npm install -g surge
```

Then, from within your project folder:

```bash
npm run build
surge public my-project.surge.sh
```