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 startto launch the app - Go to
http://localhost:8080/to see the app in action - Run
npm run buildto create bundled JS & HTML