Skip to content

Setito/CarverRock-ReactState

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Managing React State Lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published