This is the home of the DevKit and the Baaz Framework CLI code. You can find the Baaz Framework CLI specific README here.
Gitter | Contributing | Baaz CLI |
---|
The Baaz CLI creates, manages, builds and test your Baaz PWA projects. It's built on top of the Baaz Framework DevKit.
DevKit's goal is to provide a large set of libraries that can be used to manage, develop, deploy and analyze your code.
- Clone to your local computer using
git
. - Make sure that you have Node 10.14 or later installed. See instructions here.
- Make sure that you have
yarn
installed; see instructions here. - Run
yarn
(no arguments) from the root of your clone of this project to install dependencies.
To get started locally, follow these instructions:
- Run the command your shell prompt.
npm install -g @baaz/cli
baaz --help
Generating and serving an Baaz project via a development server:
baaz --init
Project Run Command:
yarn run watch
Project Build Command:
yarn run build
This is a monorepo which contains many tools and packages:
Project | Package | Version | Links |
---|---|---|---|
Baaz CLI | @baaz/cli |
Project | Package | Version | Links |
---|---|---|---|
Baaz Adapter | @baaz/adapter |
Project | Package | Version | Links |
---|---|---|---|
Webpack Baaz Plugin | @baaz/buildpack |