@bizzell/create-bizzell-app

The only system dependency of this project is nodejs. This project is OS and IDE agnostic, though I recommend a modern text editor. @DuncanWalter uses and recommends `VSCode` (not to be confused with `Visual Studio`).

Usage no npm install needed!

<script type="module">
  import bizzellCreateBizzellApp from 'https://cdn.skypack.dev/@bizzell/create-bizzell-app';
</script>

README

create-bizzell-app

CLI tool for generating new Bizzell wysiwyg applications.

# use npm to install the cli tool as a global package
npm install -g @bizzell/create-bizzell-app

# create a new application
create-bizzell-app ./new-project/directory

cd new-project/directory

# install application dependencies
npm install

# develop the application using localhost
npm run dev

# create bundled static assets for hosting the site
npm run build