Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datakurre/blossom-testproject

Shows how to use Blossom in your own project using CoffeeScript.
https://github.com/datakurre/blossom-testproject

Last synced: about 2 months ago
JSON representation

Shows how to use Blossom in your own project using CoffeeScript.

Awesome Lists containing this project

README

        

This project shows how to start using Blossom with a new project.

1. Clone this repository.
2. Install Node.js ([http://nodejs.org](http://nodejs.org)). You'll want
version `0.6.x` (where 'x' is any number).
3. Install CoffeeScript ([http://coffeescript.org](http://coffeescript.org)).
4. From within the `blossom-testproject` directory, do `npm install`.

With those three steps done, from within the `blossom-testproject` directory,
do: `coffee projectfile.js`.

You can then visit [http://localhost:4020/app](http://localhost:4020/app). You
should see a green square rendered to the center of the screen.

Examine `projectfile.js` to see how the app is defined and the blossom
framework that you installed via `npm` is used.

Questions? Visit **#blossom** on **irc.freenode.net**.