Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# robofriends
Tutorial for udemy course - React + Redux

To run the project:
<details>
<summary>Project Details</summary>

1. Clone this repo
2. Run `npm install`
3. Run `npm start`
* _This project is using **react and redux**_
* _Other packages used are **react-redux, redux-thunk and redux-logger**_

</details>

## To run the project:

* Clone this repo
* Run `npm install`
* Run `npm start`
Loading