We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Really great to see this simple CLI. I'm just wondering if react-router is included in this?
The text was updated successfully, but these errors were encountered:
Hi, no, this CLI is currently only focused on build dependencies. Adding React Router wouldn’t be different from how you’d do it normally:
npm install --save react-router
Then change your index.js according to React Router documentation.
index.js
Sorry, something went wrong.
makes sense, thanks!
Successfully merging a pull request may close this issue.
Really great to see this simple CLI. I'm just wondering if react-router is included in this?
The text was updated successfully, but these errors were encountered: