Initial commit

This commit is contained in:
Caesar2011
2017-05-17 00:22:45 +02:00
commit 0a36f3830b
19 changed files with 474 additions and 0 deletions

8
bs-config.json Normal file
View File

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