Start dashboard from tuto

This commit is contained in:
2017-04-28 01:59:40 +02:00
parent 8a792a725a
commit 726cf70a84
31 changed files with 885 additions and 0 deletions

8
dashboard/bs-config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"server": {
"baseDir": "src",
"routes": {
"/node_modules": "node_modules"
}
}
}