twilson63 / coffeegrind

An Example of a full tilt awesome coffee-script application!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee Grind

Completely Insane and Awesome Application Stack!

This project is an example of a full tilt over board coffeescript application stack.

Technology

  • CoffeeScript
  • NodeJs
  • CoffeeMate
  • Eco
  • Jasmine
  • Stitch

Structure

  • app
    • client
    • server
      • public
      • views
  • spec
    • client
    • server
  • vendor

Cakefile package.json readme.md server.js

The project structure is pretty simple, you place your client side code in the client folder and you place your server side code in the server folder. And you jasmine specs in the spec folder.

Run in Development

cake run

Testing

cake spec

About

An Example of a full tilt awesome coffee-script application!


Languages

Language:CoffeeScript 99.1%Language:JavaScript 0.9%