Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Todo PWA
- Host: GitHub
- URL: https://github.com/sprout2000/todo
- Owner: sprout2000
- Created: 2023-02-07T23:59:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T08:24:03.000Z (8 months ago)
- Last Synced: 2024-06-11T09:53:09.091Z (8 months 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)
[![GitHub CI](https://github.com/sprout2000/todo/actions/workflows/jest.yml/badge.svg)](https://github.com/sprout2000/todo/actions/workflows/jest.yml)
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/sprout2000/todo/react)
[![GitHub license](https://img.shields.io/github/license/sprout2000/todo)](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
```