This is the source code to my multi-part blog series about creating a React app:
- Part 1 – How to Create a React App with create-react-app
- Part 2 – How to Create a React List Component
- Part 3 – How to Connect your React App to a REST API
If you want to try the app, you just have to clone and run it:
git clone https://github.com/areiterer/contacts-manager
cd contacts-manager
npm install
npm start
Your browser should open a new window for http://localhost:3000
Have fun!