Skip to content

Commit 96291a1

Browse files
Update README.md
1 parent 3dda101 commit 96291a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ In this project you'll choose an api to consume. You will build an application f
2929
- [ ] Run `npx create-react-app app --use-npm` to make a CRA app.
3030
- [ ] CD into the react app `cd app`.
3131
- [ ] Start up the app using `npm start`.
32+
- [ ] Install `axios`, `redux-thunk` and `redux-logger`
3233
- [ ] Create a new branch: git checkout -b `<firstName-lastName>`.
3334
- [ ] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
3435
- [ ] Push commits: git push origin `<firstName-lastName>`.

0 commit comments

Comments
 (0)