0.0.2 • Published 10 years ago

appchef v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

This is a command-line tool that makes AppMaker components easier to develop.

Requirements

You will need node, npm, and mongodb running.

Quick Start

sudo npm install -g appchef
mkdir component-foo
cd component-foo
appchef init
appchef serve

At this point you can visit http://localhost:5000 and your Foo component should be listed. You can edit the component.html file in component-foo and reload the page to see your changes.