appchef

Mozilla AppMaker command-line tool.

Usage no npm install needed!

<script type="module">
  import appchef from 'https://cdn.skypack.dev/appchef';
</script>

README

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.