Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 501 Bytes

This app is a sample for implementing redux by react. Also it includes a implemented from scratch.

Configuration

  • First you should change the url that you are fetching data from it in src\_services\use.service.js

  • The structure of json that this app receives is { _id: 1 name: Emma }

Installing dependencies

  • npm install

Running App

  • npm start

Build Status