- Notifications
You must be signed in to change notification settings - Fork0
Polymer Web Component for Astri Backend Services
License
NotificationsYou must be signed in to change notification settings
astri-isns/polymer-abs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Astri Backend Services
First, make sure you have thePolymer CLI installed. Then runpolymer serve
to serve your application locally.
$ polymer serve
$ polymer build
This will create abuild/
folder withbundled/
andunbundled/
sub-folderscontaining a bundled (Vulcanized) and unbundled builds, both run through HTML,CSS, and JS optimizers.
You can serve the built versions by givingpolymer serve
a folder to servefrom:
$ polymer serve build/bundled
$ polymer test
Your application is already set up to be tested viaweb-component-tester. Runpolymer test
to run your application's test suite locally.