An open API service indexing awesome lists of open source software.

https://github.com/swlkr/coffee-pot

A boilerplate for node.js apps written in coffeescript
https://github.com/swlkr/coffee-pot

Last synced: 9 months ago
JSON representation

A boilerplate for node.js apps written in coffeescript

Awesome Lists containing this project

README

          

coffee-pot
====================

### A single page application model view controller starting point written in coffeescript
____________________

#### Start Using Me In 5 Easy Steps On OS X!

1. [Install node.js & npm](https://gist.github.com/579814)
2. [Install mongodb](http://shiftcommathree.com/articles/how-to-install-mongodb-on-os-x)
3. Install coffeescript:

npm install -g coffee-script

4. Clone this project and get the dependencies:

cd ~/Downloads
git clone git@github.com:swlkr/coffee-pot.git
cd coffee-pot
npm install
coffee app.coffee

5. Navigate to localhost:3000 in your web browser of choice:

open http://localhost:3000