1.3.2 • Published 5 years ago

@bizzell/create-bizzell-app v1.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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