igemuottawa / igem-bricklayer

Layin ma bricks
0 stars 2 forks source link

Skeleton of web app using Node.js/Express #1

Closed mef51 closed 11 years ago

mef51 commented 11 years ago

Express.js is a web server framework for node.js. It has a tool to generate the skeleton of a web app (directory structure and an app.js file)

Based on that I added some stuff to serve as a basis for the app. The app is deployable with this code. Here's a quick overview of the directory structure; ask me if something doesn't make sense!

I wrote in coffeescript because it's clean, and less verbose than javascript. If you prefer to write javascript then the great thing is that it will still work no problem.

See the README.md file on this branch for more information. https://github.com/krutkay/igem-bricklayer/tree/base-app