Run a local server pointed at the src/index.html file.
python -m http.server 5000
Visit the page in a browser: http://localhost:5000/
Any framework should be supported by the address-book-controller.js module.
So far we support examples in plain old javascript and using rollup.js build tooling. Open an issue to request an example using a different framework. Or fork this project and open a pull request with your own implementation!