Basic React address book app. Users can add, order and create custom order by drag-sort. Preloads 300 contacts, and persists in local storage.
- Clone the repo
- Run
npm install
- Run
npm start
to launch the app - Go to
http://localhost:8080/
to see the app in action - Run
npm run build
to create bundled JS & HTML