/react-mock-data

How to mock data in React with a fake API

Primary LanguageJavaScript

react-mock-data

Build Status Slack Greenkeeper badge

Showcasing how mock data can be used from a fake API in React until there is a real backend. Read more about it.

Installation

  • git clone git@github.com:the-road-to-learn-react/react-mock-data.git
  • cd react-mock-data
  • npm install
  • npm start
  • visit http://localhost:3000