added web interface (WIP)

This commit is contained in:
2015-10-01 00:27:15 +02:00
parent cde2a37afe
commit fe563e32ee
35 changed files with 1660 additions and 0 deletions

8
websrc/wct.conf.json Normal file
View File

@@ -0,0 +1,8 @@
{
"suites": ["app/test"],
"webserver": {
"pathMappings": [
{"/components/polymer-starter-kit/app/bower_components": "bower_components"}
]
}
}