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
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,13 +147,13 @@ bundle
147
147
bundle exec rails webpacker:install
148
148
```
149
149
150
-
Because we plan use React in our project, so install the React support of webpacker:
150
+
Because we plan to use `React` in our project, we need install the React support of webpacker:
151
151
152
152
```bash
153
153
bundle exec rails webpacker:install:react
154
154
```
155
155
156
-
We can see a some directories and files generated into the Rails, the important directory is the `app/javascript/packs`, we'll write our react programs all there by default webpacker config.
156
+
We can see some directories and files generated into the Rails, here the important directory is the `app/javascript/packs`, we'll write our react programs all there by default webpacker config.
0 commit comments