Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

executable file
·
14 lines (10 loc) · 497 Bytes

Seed project for Angular.js + Coffeescript plunkers

Essentially allows you to write an angularjs + coffeescript Plunker locally, and then cut and paste it when you're ready.

Status

Ready for use!

How to use

  1. Clone the repository
  2. Point a web server to the root dir (eg by running python -m SimpleHTTPServer from the root dir)
  3. Point your browser to http://localhost:8000 (or whatever port you've configured)
  4. Code away
  5. Cut and paste into Plunker