Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 767 Bytes

Contacts Manager

This is the source code to my multi-part blog series about creating a React app:

Try the App

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!