Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/djgrant/famous-framework-testing-events


https://github.com/djgrant/famous-framework-testing-events

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Testing Famous Framework Events

Built to help me understand how events are being passed around in the famous framework.

The app runs a bunch of events and logs in a nice table the ones that are registered.

- - - -

## Setup

First install the required packages:

$ npm install

This step will also copy some core Famous components (e.g. `famous:core:node` and `famous:events` into your project's directory.)

Then start up the local development server:

$ npm run dev

Then surf to [localhost:1618](http://localhost:1618) ...