Skip to content

danielberlinger/learning_coffeescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Busy Developer's Guide: CoffeeScript

A simple project that helped me get started with a process for writing CoffeeScript.

Compile command from root:
  Compiles any .coffee file in src dir to lib dir
    coffee -o public/lib -cw src

If you want to run the Rack app (run from inside the project root)
  rackup file_server.ru -p 1111
  
Or you can link into Pow, or run it with any Rack compatible server.
  

About

Simple example integrating CoffeeScript, jQuery, and a simple Rack app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors