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.
Install the dependencies:
$ ./install solutionRun the development server:
$ cd solution/
$ npm startRuns 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.
$ node generator/populateApi.jsThis 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 DIRThis script will install the dependencies for the project in the specified directory.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.