7 First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polyme
r-cli) installed. Then run `polymer serve` to serve your application locally.
8
9 ## Viewing Your Application
10
11 ```
12 $ polymer serve
13 ```
14
15 ## Building Your Application
16
17 ```
18 $ polymer build
19 ```
20
21 This will create builds of your application in the `build/` directory, optimized
to be served in production. You can then serve the built versions by giving `po
lymer serve` a folder to serve from:
22
23 ```
24 $ polymer serve build/default
25 ```
26
27 ## Running Tests
28
29 ```
30 $ polymer test
31 ```
32
33 Your application is already set up to be tested via [web-component-tester](https
://github.com/Polymer/web-component-tester). Run `polymer test` to run your appl
ication's test suite locally.
Issue 2923973003: Added base template for config ui.
(Closed)
Created 3 years, 6 months ago by cwpayton
Modified 3 years, 6 months ago
Reviewers: Sergey Berezin, Ryan Tseng, Sergey Berezin (google), turakulov
Base URL:
Comments: 13