Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 835 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 835 Bytes

Quick Start

Run the following commands:

npm install
npm start

This will install dependencies, then start the app and mock API.

Starter Project Overview

This project was bootstrapped with Create React App.

I made the following enhancements:

  1. Added mock API using json-server and configured npm start to run the app and mock API at the same time. See Building Applications with React and Flux for details on how to set this up from scratch.
  2. Added some React components to help us get started.
  3. Added App.css with basic styles
  4. Added some images to /public.
  5. Added functions for fetching data in /src/services.