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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am new in react and Redux.
It took a while to start this awesome project. And I would like to share it here.
#169 #130
With the above solved issue, I managed to start this project.
I end up with using npm rather than yarn. But maybe if you stick with yarn, it might also work.
npm
yarn
npm install
npm uninstall react-redux
npm i react-redux@5
npm run-script clean
npm run-script build
npm start
package.json file would help you to understand what each script means.
I would like to share this because the exact starting instruction is quite critical for beginners.
Plus, I would like to ask to maintainers regarding supporting Redux version. It seems currently Redux 5, not 6.
The text was updated successfully, but these errors were encountered:
This way help me a lot
Sorry, something went wrong.
No branches or pull requests
Hello, I am new in react and Redux.
It took a while to start this awesome project. And I would like to share it here.
#169 #130
With the above solved issue, I managed to start this project.
I end up with using
npm
rather thanyarn
. But maybe if you stick withyarn
, it might also work.npm install
npm uninstall react-redux
npm i react-redux@5
npm run-script clean
npm run-script build
npm start
package.json file would help you to understand what each script means.
I would like to share this because the exact starting instruction is quite critical for beginners.
Plus, I would like to ask to maintainers regarding supporting Redux version. It seems currently Redux 5, not 6.
The text was updated successfully, but these errors were encountered: