A concept of an app built with Polymer and Web Components, with possibilities to query and manipulate data, and works totally offline.
You can try the online demo, and you can also reset the local modifications at anytime.
Coming soon.
Make sure you have Bower and Polymer CLI installed. Clone this project locally then:
Install Bower dependencies
$ polymer install
Start the application on port 8080
$ polymer serve --port 8080
The application will be available on this address by default: https://localhost:8080.
Modifications done in the app are persisted in the brwoser, you can reset them using ?resetdemo
, for example: https://localhost:8080/?resetdemo.
Tests can be run locally by visiting this URL: https://localhost:8080/components/polymer-wc-app/test/.
You can also run tests using command line
$ polymer test