You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`<Retool>` expects a `url` prop pointing to an embedded Retool application. You can generate this URL in the editor mode of a Retool app by clicking "Share" then "Public".
32
+
33
+
34
+
### Example
35
+
36
+
Running `yarn start` will start an application with a basic Retool app embeded.
37
+
38
+
There is a live example here: [https://react-retool.surge.sh](https://react-retool.surge.sh)
39
+
40
+
## Development
41
+
42
+
In the project directory, you can run:
43
+
44
+
### `yarn start`
45
+
46
+
Runs the app in the development mode.\
47
+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
48
+
49
+
The page will reload if you make edits.\
50
+
You will also see any lint errors in the console.
51
+
52
+
### `yarn test`
53
+
54
+
Launches the test runner in the interactive watch mode.\
55
+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
56
+
57
+
### `yarn publish:npm`
58
+
59
+
Builds the project in the `/dist` directory. Publish to npm with `npm publish`.
0 commit comments