Skip to content

0ldh/recoil-todo-example

Repository files navigation

React + TS + Recoil / TodoList

This repo is the same example from Recoil's todo-example, adding Typescript and replacing CRA with vite.

Env

Vite template React+TS + Recoil

Getting started

yarn install
# or
npm install

# and

yarn dev
# or
npm run dev