Skip to content

Examples in React and Flux for consuming data in LeapMotion JS API code presented at Connect_JS 2015

Notifications You must be signed in to change notification settings

lauramoore/leap-react-noob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leap React Noob (leap-react-noob)

Experiments with using LeapMotion.js to dive React.js components.

Running your project

The generated project includes a live-reloading static server on port 8080 (you can change the port in the gulpfile.js config), which will build, launch, and rebuild the app whenever you change application code. To start the server, run:

$ npm start

If you prefer to just build without the live reload and build-on-each-change watcher, run:

$ npm run build

Generating Additional Code

You can add additional functionality to your application by invoking the subgenerators included in the Flux Generator. You can add components using the following commands:

Components

$ yo flux:component ComponentName

Actions

$ yo flux:action ActionCreatorName

Stores

$ yo flux:store StoreName

About

Examples in React and Flux for consuming data in LeapMotion JS API code presented at Connect_JS 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published