Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.24 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.24 KB

React Workshop

This is the project for the React Workshop. Feel free to look over it to remind yourself of the concepts we covered.

You can find the detailed setup in the docs folder. Or you can go to the live site.

Quick Start

Install the dependencies:

$ ./install solution

Run the development server:

$ cd solution/
$ npm start

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Available Scripts

Populate the Database

$ node generator/populateApi.js

This script will populate the database with some hardcoded data. You can run it as many times as you want, but it will have duplicate data.

Install Dependencies

$ ./install DIR

This script will install the dependencies for the project in the specified directory.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.