Skip to content

russll/component-examples

 
 

Repository files navigation

component-examples

listing of community built derby examples

coffee server.coffee

direct your browser to http://localhost:3330

Add your component

Make sure you component has an example.coffee and example.html. Make a pull request with the following changes:
Add your component to the package.json, add

app.use require 'yourcomponent/example'

to index.coffee

If you have styles for your component you can require it in the main index.styl

@require './node_modules/yourcomponent/style.css'

About

listing of community built derby examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 54.8%
  • Shell 30.7%
  • CSS 14.5%