Skip to content

Commit

Permalink
README: fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Apr 17, 2024
1 parent e263ef8 commit 670b1d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ cd react-typescript-todomvc-2022
```

```bash
npm i
npm -g pnpm
```

```bash
npm start
pnpm i
```

```bash
pnpm start
```

after that auto launch todo app on your default browser and code edit ready.
Expand Down

0 comments on commit 670b1d2

Please sign in to comment.