Skip to content

Commit

Permalink
Update create-a-new-reactjs-app.md (#747)
Browse files Browse the repository at this point in the history
fix ERROR  Unknown option: 'template'
  • Loading branch information
herbowicz committed Dec 20, 2023
1 parent 047688d commit 4c47232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/create-a-new-reactjs-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We are going to create a single page app using [React.js](https://facebook.githu
{%change%} Run the following command **in the `packages/` directory**.

```bash
$ pnpm create vite frontend --template react-ts
$ pnpm create vite frontend -- --template react-ts
```

This will create your new project in the `frontend/` directory.
Expand Down

0 comments on commit 4c47232

Please sign in to comment.