Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 555 Bytes

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