Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 327 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 327 Bytes

React Redux Book App

Built following a React-Redux course on Udemy

####How to build this project##### Checkout this repo, install dependencies, then start app:

	> git clone https://github.com/NicolePell/react-redux-book-app.git
	> cd react_youtube
	> npm install
	> npm start