Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 853 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 853 Bytes

Svelte To Do List

About the project

A simple to do list I made to learn Svelte web framework.

Built with

  • Svelte
  • Sass

Getting Started

To get a local copy up and running follow these simple example steps.

Yarn

    npm install --global yarn

Installation

  1. Clone the repository
    git clone https://github.com/thaboRach/svelte-todo-list.git
  2. Install the required packages
    yarn

Usage

Start the web application locally:

yarn dev