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
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
Install npm modules
$ npm install
Install axios
$ npm install axios
Start the application
$ npm start