consuming-restful-api-in-react icon indicating copy to clipboard operation
consuming-restful-api-in-react copied to clipboard

A simple implementation on how to use a RESTful API in React.

Consuming a RESTful API in React

A simple implementation on how to use a RESTful API in React.

To follow along, this application has been documented as an article on Pusher blog. You can read about it here

Set up

To set up this project, first clone the repository

$ git clone https://github.com/fisayoafolayan/consuming-restful-api-in-react.git

Change your working directory into the project directory

$ cd consuming-restful-api-in-react

Run

Install npm modules

$ npm install

Start the application

$ npm start

Built With

React