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
- Host: GitHub
- URL: https://github.com/dj0nny/quick-svelte
- Owner: dj0nny
- Created: 2019-06-23T16:55:33.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-03T15:01:29.000Z (over 2 years ago)
- Last Synced: 2025-01-02T00:27:01.546Z (5 months ago)
- Topics: chill, first-app, first-project, svelte, svelte-framework, svelte-v3, sveltejs
- Language: HTML
- Homepage: https://quick-svelte.dj0nny.now.sh
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Svelte
[](https://badge.fury.io/js/svelte)
[](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/