Corliosity / theHorn

Web Site hosting for some fun projects.
GNU General Public License v2.0
0 stars 0 forks source link

Server creation #2

Closed Corliosity closed 9 years ago

Corliosity commented 9 years ago

@jordwms

Please take a look at the basic server setup. This is to get to a starting point where a server can be created, and run without stopping. Serve JADE template pages, create a log file for data retrieved/received. Also, includes a file for Mocha to run server tests.

You should be able to run it locally if you use 'npm install' on the command line in the root folder (it should download all the modules from the package.json file.

Thanks