Initial commit

This commit is contained in:
Petr Sloup
2016-03-02 10:52:02 +01:00
commit 92b502af36
7 changed files with 496 additions and 0 deletions

8
src/main.js Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env node
'use strict';
return require('./server')({
config: 'config.json',
port: 8080
});