The goal of this project is to create a framework that allows different UI’s and apps to be developed and integrated seamlessly and painlessly.
- Plugin contains all the logic for loading on publisher websites and displaying a UI.
- App contains the all the logic pertaining to the fzz application that pops up when the user clicks on the ui element
- Coming soon...
$ npm start
- Make changes
- (If you made changes to HOST_DOMAIN or es6_run_exy.js):
- Reload extension at chrome://extensions
- Reload web page
- repeat to perfection
$ npm test
- fix bugs
- repeat until bug free
$ npm run publish
- Writing tests
- Code review
- Other guidelines
@liorsbg