This project was bootstrapped with Create React App.
$ npm install
$ npm start
Now point your browser to http://localhost:3000/.
- Master-Detail UI Pattern: See shared/components/master-detail
- Form validation: See shared/contacts/contact-form.js, shared/components/form
- Observable MobX objects: See shared/domain/contact.js
- Persistence using Firebase: See shared/adapters/entity-map.js