Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 490 Bytes

Small Todo List made with React, Typescript and PicoCSS 📋

A simple todo list I made for practicing programing with typescript and React 🤓⚛️

This project uses Vite + SWC for compiling/bundling files.

If you want to run a developer instance:

npm run dev

Check the command npm run to see all options:

dev
    vite
build
    tsc && vite build
lint
    eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
preview
    vite preview