/just-another-todo-list-app

The name says it all, developed using ReScript (WIP)

Primary LanguageReScript

Just Another ToDo List App

This is a ToDo List App using Rescript and React.

Running locally

First, install the dependencies:

npm install

Run the compiler:

npm run start

Then, run snowpack to host the project:

npm run dev