Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1018 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1018 Bytes

Consume a REST-API with React

enter image description here A single-page application (SPA) is a web application or website that interacts with the web browser by dynamically rewriting the current web page with new data from the web server, instead of the default method of the browser loading entire new pages.

Objetive

  • Consume a REST-API
  • Dinamic content

Demo

https://demos.ideas2code.io/Consume-a-rest-api-with-React/

Requirements

  • Node >= 8.10
  • npm >= 5.6

Installation

Clone this repository

git https://github.com/ideas2codeweb/Consume-a-rest-api-with-React.git

Move to root folder and run:

npm install

Now let's start our application run:

npm start

Resources & Credits

Template phantom by HTML5UP:

https://html5up.net/phantom