https://github.com/sprout2000/todo
Todo PWA
https://github.com/sprout2000/todo
book hands-on jest pwa react testing-library typescript vite zenn
Last synced: 8 months ago
JSON representation
Todo PWA
- Host: GitHub
- URL: https://github.com/sprout2000/todo
- Owner: sprout2000
- Created: 2023-02-07T23:59:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T08:24:03.000Z (almost 2 years ago)
- Last Synced: 2024-06-11T09:53:09.091Z (almost 2 years ago)
- Topics: book, hands-on, jest, pwa, react, testing-library, typescript, vite, zenn
- Language: TypeScript
- Homepage: https://sprout2000.github.io/todo/
- Size: 1.61 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo (PWA)
[](https://github.com/sprout2000/todo/actions/workflows/jest.yml)

[](https://github.com/sprout2000/todo/blob/master/LICENSE.md)
[Zenn](https://zenn.dev/) にて公開中の書籍[「入門 React ハンズオン」](https://zenn.dev/sprout2000/books/76a279bb90c3f3) のサンプルレポジトリ

## 使い方
```sh
# このレポジトリをクローン
git clone https://github.com/sprout2000/todo.git
# 依存パッケージをインストール
cd todo
npm install
# http://localhost:5173 で開発
npm run dev
```