Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

abletech/cs101-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeScript 101 - Week 3

This week we’ll be looking into Test Driven Development. We'll work with a pre-built Middleman project, which utilises Sprockets and ERB, so it should feel a bit simular to Rails.

Setup

Install required rubygems:

$ bundle install

Install required JavaScript libraries:

$ npm install -g bower
$ bower install

Start Middleman server:

$ bundle exec middleman server

You can also symlink this project to your .pow directory.

Useful Resources

About

CoffeeScript 101 Week 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published