diff options
author | 2021-10-16 23:24:23 -0700 | |
---|---|---|
committer | 2021-10-16 23:24:23 -0700 | |
commit | dcc29d3db670ef84d2ea32708b62f5727b1933b2 (patch) | |
tree | 11fa301e9bbc8807399007197a8e8410d1509595 /README.md | |
parent | be66c01829200113c138a04468d6fc3d8c9eb277 (diff) | |
download | bun-dcc29d3db670ef84d2ea32708b62f5727b1933b2.tar.gz bun-dcc29d3db670ef84d2ea32708b62f5727b1933b2.tar.zst bun-dcc29d3db670ef84d2ea32708b62f5727b1933b2.zip |
Improve support for Create React Appbun-v0.0.36jarred/add-git
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |