Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 06adeb3

Browse files
committed
Add initial files
0 parents  commit 06adeb3

File tree

8,197 files changed

+1049851
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,197 files changed

+1049851
-0
lines changed

app.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var app = require("./app/server/modules/routes");
2+
3+
4+
// Start the server
5+
var server = app.listen(8000, function() {
6+
console.log('Listening on port %d', server.address().port);
7+
});

0 commit comments

Comments
 (0)