The examples demonstrate using promise middleware to make async requests. There is also a simple example with just Redux. Both examples use a mocked JSON API with Faker data.
- Install dependencies
npm install
- Start the app:
npm start
- Go to localhost:8000