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
Just jump into your new folder and start the dev server with `npm run dev`.
25
25
26
-
You can create new Remix routes with the command:
26
+
You can create new React Router routes with the command:
27
27
28
28
```
29
-
node ace remix:route my-route
29
+
node ace react:route my-route
30
30
```
31
31
32
-
There are flags for including Remix-specific functionality in the route.
32
+
There are flags for including React Router-specific functionality in the route.
33
33
Example for adding a server action:
34
34
35
35
```
36
-
node ace remix:route --action my-route
36
+
node ace react:route --action my-route
37
37
```
38
38
39
39
Ready to build?
40
-
Check out the guide on [how to set up a login flow](https://matstack.dev/remix-adonisjs/hands-on/building-a-login-flow) to get familiar with remix-adonisjs.
40
+
Check out the guide on [how to set up a login flow](https://matstack.dev/react-adonisjs/hands-on/building-a-login-flow) to get familiar with react-adonisjs.
41
41
42
42
## Documentation
43
43
44
-
Guides for remix-adonisjs can be found in the [official documentation](https://matstack.dev/remix-adonisjs/)
44
+
Guides for react-adonisjs can be found in the [official documentation](https://matstack.dev/react-adonisjs/)
45
45
46
46
For implementation details/reference, refer to the official documentation for the two frameworks:
47
47
@@ -50,18 +50,18 @@ For implementation details/reference, refer to the official documentation for th
50
50
51
51
## Discussion
52
52
53
-
The recommended place to discuss remix-adonisjs is on [GitHub Discussions](https://github.com/jarle/remix-adonisjs/discussions).
53
+
The recommended place to discuss react-adonisjs is on [GitHub Discussions](https://github.com/jarle/react-adonisjs/discussions).
54
54
55
55
## Contributing
56
56
57
57
Contributions are _very_ welcome ❤️
58
58
59
59
You can hack on the project by using the [reference application](./packages/reference-app/README.md) and its associated integrations tests.
60
60
61
-
A good start is to check out issues marked with [help wanted](https://github.com/jarle/remix-adonisjs/labels/help%20wanted) and see if you can contribute either with code or your opinion/experience.
61
+
A good start is to check out issues marked with [help wanted](https://github.com/jarle/react-adonisjs/labels/help%20wanted) and see if you can contribute either with code or your opinion/experience.
0 commit comments