/react-redux-tutorial

React "comments" example using Redux

Primary LanguageJavaScript

react-redux-tutorial

An example "comments box" application using React and Redux as a state container.

It is based on the React tutorial and built using the create-react-app bootstrap helper.

Development

Install dependencies:

npm install

Start the development server:

npm start

Run the tests:

npm test