reactioncommerce:reaction-helloworld

Reaction Hello World - example package for Reaction


License
GPL-3.0
Install
meteor add reactioncommerce:reaction-helloworld@=0.4.0

Documentation

Hello World - Reaction Package

Sample 'Hello World' Meteor package for Reaction Commerce.

  • package.js declares the package to the Meteor server.
  • server/register.coffee declares the package to the Reaction system.
  • common/routing.coffee declares url routing for the package using iron-router
  • index.html is the "hello world" html template.

Clone to reaction/packages

cd reaction/packages
git clone https://github.com/reactioncommerce/reaction-helloworld.git

Add development package to local meteor server:

cd reaction
meteor add reactioncommerce:reaction-helloworld