yestamayo / react-motorcycles

Motorcicle list with React to migrate to hooks
0 stars 0 forks source link

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/yestamayo/react-motorcycles.git

Change your working directory into the project directory

$ cd react-motorcycles

Run

Install npm modules

$ npm install

Install axios

$ npm install axios

Start the application

$ npm start

Built With

React