README
@amoebajs/builder
A web system generator and bundler from JSON/YAML configs.
install
# yarn
yarn add @amoebajs/builder
# npm
npm install @amoebajs/builder --save
usage
- clone this repo.
- run
yarn install - run
yarn build:onlyto emit source code in tsx file - run
yarn webpack:buildto pack source code into a single html page