An open API service indexing awesome lists of open source software.

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

A simple implementation on how to use a RESTful API in React.
https://github.com/fisayoafolayan/consuming-restful-api-in-react

react rest-api

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://pusher.com/tutorials/consume-restful-api-react)

## Set up
To set up this project, first clone the repository
```bash
$ git clone https://github.com/fisayoafolayan/consuming-restful-api-in-react.git
```

Change your working directory into the project directory
```bash
$ cd consuming-restful-api-in-react
```
## Run

Install npm modules
```bash
$ npm install
```

Start the application
```bash
$ npm start
```

## Built With
[React](https://github.com/facebook/create-react-app)