We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dda101 commit 96291a1Copy full SHA for 96291a1
README.md
@@ -29,6 +29,7 @@ In this project you'll choose an api to consume. You will build an application f
29
- [ ] Run `npx create-react-app app --use-npm` to make a CRA app.
30
- [ ] CD into the react app `cd app`.
31
- [ ] Start up the app using `npm start`.
32
+- [ ] Install `axios`, `redux-thunk` and `redux-logger`
33
- [ ] Create a new branch: git checkout -b `<firstName-lastName>`.
34
- [ ] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
35
- [ ] Push commits: git push origin `<firstName-lastName>`.
0 commit comments