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