Skip to content

Latest commit

 

History

History
executable file
·
27 lines (19 loc) · 860 Bytes

README.md

File metadata and controls

executable file
·
27 lines (19 loc) · 860 Bytes

react-contacts

A sample React app created to teach React DevTools debugging

How to run the app

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

License

MIT

Credits

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.