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

https://github.com/dj0nny/quick-svelte

Simple todos app for chilling with Svelte
https://github.com/dj0nny/quick-svelte

chill first-app first-project svelte svelte-framework svelte-v3 sveltejs

Last synced: 3 months ago
JSON representation

Simple todos app for chilling with Svelte

Awesome Lists containing this project

README

        

# Quick Svelte

[![npm version](https://badge.fury.io/js/svelte.svg)](https://badge.fury.io/js/svelte)
[![svelte](https://img.shields.io/badge/build%20with-svelte-blue.svg)](https://img.shields.io/badge/build%20with-svelte-blue.svg)

## Overview

This is my first Svelte app. It is a simple todos app for chilling with Svelte

This is a project template for [Svelte](https://svelte.dev) apps. It lives at https://github.com/sveltejs/template.

To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):

```bash
npx degit sveltejs/template svelte-app
cd svelte-app
```

*Note that you will need to have [Node.js](https://nodejs.org) installed.*

## Get started

Install the dependencies...

```bash
cd svelte-app
npm install
```

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

```bash
npm run dev
```

Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.

## Development

A built version of this repository is developed on [Now](https://zeit.co) at this URL: https://quick-svelte.dj0nny.now.sh/