Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/datakurre/blossom-testproject
- Owner: datakurre
- Created: 2012-07-01T14:56:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T14:56:34.000Z (over 12 years ago)
- Last Synced: 2024-10-15T21:14:45.121Z (3 months ago)
- Language: CoffeeScript
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.