This is a simple todo list I made to learn Solid.js
To get a local copy up and running follow these simple steps.
npm install --global yarn
-
Clone the repository
git clone https://github.com/tb0se/solid-todo-list.git
-
Install the required packages
yarn
Start the web application locally:
yarn dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.