CORD-772 Extending the GUI with external apps

Change-Id: Ie13d438716054260e03ff54ac752d9f072fb9d76
diff --git a/conf/browsersync-dist.conf.js b/conf/browsersync-dist.conf.js
index fa45845..cbefe1d 100644
--- a/conf/browsersync-dist.conf.js
+++ b/conf/browsersync-dist.conf.js
@@ -5,7 +5,10 @@
     server: {
       baseDir: [
         conf.paths.dist
-      ]
+      ],
+      routes: {
+        "/spa": "./dist"
+      }
     },
     open: false
   };