Improve support for Create React App

This commit is contained in:
Jarred Sumner
2021-10-16 23:24:23 -07:00
parent be66c01829
commit dcc29d3db6
2 changed files with 137 additions and 12 deletions

View File

@@ -435,7 +435,13 @@ Create a new React project:
bun create react ./app
```
To see a list of available templates, run
Create from a GitHub repo:
```bash
bun create ahfarmer/calculator ./app
```
To see a list of examples, run:
```bash
bun create