boilerplate for a react project using create-react-app3
This is a boilerplate application to render a list in React. It was built as a project to show people who might not be familiar with the syntax in React how to create and import components, make an api call, and render a list based on that call.
git clone URL
npm install
to install all dependenciesLast, but not least, type npm start
to run the app locally.
To look at the code, just open up the project in your favorite code editor!