@bizzell/create-bizzell-app
v1.3.2
Published
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`).
Downloads
4
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