Skip to content

Commit d9cf865

Browse files
updated readme
1 parent d9c190d commit d9cf865

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/react-scripts/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ Please refer to its documentation:
55

66
- [Getting Started](https://github.com/thomashorrobin/create-react-app-rust/blob/rust/README.md) – How to create a new app.
77
- [User Guide](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
8+
9+
10+
## Quick Overview
11+
12+
```sh
13+
npx create-react-app my-app --scripts-version react-scripts-rust
14+
cd my-app
15+
npm start
16+
```
17+
18+
After the project has loaded in Chrome any changes in `src/lib.rs` should result in an instant update in the browser.

0 commit comments

Comments
 (0)