A sample React app created to teach React DevTools debugging
Clone the repository or download the project. Then, install dependencies:
npm install
# --- or ---
yarn install
Run the app with the following command:
npm start
# --- or ---
yarn start
This project was forked from kenny-io/react-contacts and modified with several code changes (i.e., a functional component re-write, minor improvements, etc.) This repository was created as the starter project for this LogRocket blog post. Credit goes to the original technical writer and repository owner, Peter Ekene Eze.