Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 234 Bytes

File metadata and controls

9 lines (8 loc) · 234 Bytes

Test React-Redux App

This is a simple app built with React, React-Router and Redux. Implements authentication, routing, and data fetching from the server using redux-thunk.

To run the app:

$ npm install
$ npm run start