Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djgrant/famous-framework-testing-events
https://github.com/djgrant/famous-framework-testing-events
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/djgrant/famous-framework-testing-events
- Owner: djgrant
- Created: 2015-07-07T22:58:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T23:38:15.000Z (over 9 years ago)
- Last Synced: 2024-10-11T00:37:52.101Z (28 days ago)
- Language: JavaScript
- Homepage: https://api-beta.famo.us/codemanager/v1/containers/3c16092b-5b79-4241-b1d0-0f8c50b307e4/share
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) ...