Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```