Skip to content

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

Notifications You must be signed in to change notification settings

void-tech-um/react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published