# @amoebajs/builder

A web system generator and bundler from JSON/YAML configs.

## install

```bash
# yarn
yarn add @amoebajs/builder
# npm
npm install @amoebajs/builder --save
```

## usage

1. clone this repo.
2. run `yarn install`
3. run `yarn build:only` to emit source code in tsx file
4. run `yarn webpack:build` to pack source code into a single html page
