Skip to content

tb0se/solid-todo-list

Repository files navigation

Todo List

This is a simple todo list I made to learn Solid.js

Getting started

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

Yarn

    npm install --global yarn

Installation

  1. Clone the repository

    git clone https://github.com/tb0se/solid-todo-list.git
  2. Install the required packages

    yarn

Usage

Start the web application locally:

   yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.