Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 819 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 819 Bytes

book_list

React + introduction to Redux

###Getting Started###

Checkout this repo, install depdencies, then start the gulp process with the following:

	> git clone [email protected]:bertin/book_list.git
	> cd book_list
	> npm install	( to install the dependencies )
	> npm start		( to start the application )

####To access the application##### In your web browser

	> http://localhost:8080/

###Credits### This project is a result from learning from Stephen Griders excellent course on udemy https://www.udemy.com/react-redux/learn/v4/overview I started out with Stephens starter projects from his github page, and followed his instructions from the course. Stephen Grider is THE most talented instructor I have ever experienced. Stephens courses is highly recommended when learning React and Redux.