Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 800 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 800 Bytes

courses-react-redux

A react/redux project

This is a react/redux application I implemented while participating in Corey House's excellent React/Redux course on Pluralsight. This includes some of the completed additional assignments from the end of the course.

Now based on create-react-app

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn start

# build for production with minification
yarn build

# run all tests
yarn test

Note: This is not a real, full application. It was just an educational exercise. I'm making it public only because it could be helpful to others.