PS-Ddevil / demo-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 66.4%Language:HTML 19.3%Language:CSS 9.3%Language:Dockerfile 5.1%