fohr / blossom-testproject

Shows how to use Blossom in your own project.

Home Page:http://fohr.github.com/blossom-testproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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

You can then visit 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.

About

Shows how to use Blossom in your own project.

http://fohr.github.com/blossom-testproject


Languages

Language:JavaScript 100.0%