Skip to content

sprout2000/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb4875d · Oct 21, 2023

History

22 Commits
Oct 21, 2023
Oct 21, 2023
Oct 20, 2023
Oct 20, 2023
Oct 21, 2023
Oct 21, 2023
Oct 21, 2023
Oct 21, 2023
Oct 21, 2023
Oct 20, 2023
Oct 21, 2023

Repository files navigation

Todo (PWA)

GitHub CI GitHub package.json dependency version (prod) GitHub license

Zenn にて公開中の書籍「入門 React ハンズオン」 のサンプルレポジトリ

使い方

# このレポジトリをクローン
git clone https://github.com/sprout2000/todo.git

# 依存パッケージをインストール
cd todo
npm install

# http://localhost:5173 で開発
npm run dev