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
- Host: GitHub
- URL: https://github.com/swlkr/coffee-pot
- Owner: swlkr
- Created: 2011-07-24T09:22:15.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T15:06:01.000Z (over 11 years ago)
- Last Synced: 2025-03-26T06:11:16.519Z (10 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 237 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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