Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 388 Bytes

File metadata and controls

18 lines (12 loc) · 388 Bytes

Project Template

This is a simple Template to set up a new Project for a web page with Javascript.

It is setup so I can use Coffee-Script, Jade and Stylus.

It's purely meant for personal use. But if anybody else wants to use it, that's totally fine with me.

Things I will probably want to add are:

  • Testing with Jasmine
  • adding
console.log i*3 for i in [1..10]