README.md
June 26, 2026 · View on GitHub
Auto-generates forms from JSON Schema, enabling zero-frontend-code development
GitHub | Gitee | Official Website | Live Demo | Documentation | 中文
Environment Setup
Before getting started, make sure your development environment has Node.js and npm installed.
Angular requires Node.js version 22.0.0 or higher.
To check your version, run node -v in your terminal.
Getting Started
- Install yarn
npm install -g yarn
- Install dependencies
yarn install
- Configure the backend URL
proxy.conf.js → host
- Start the dev server
yarn start
Build
-
Set the output path in
angular.json:projects.architect.build.options.outputPath -
Run the build command
yarn run build
Tech Stack
TypeScript / RxJS / Less / Angular / ng-zorro-antd / ng-alain
Repositories
| GitHub | Gitee | |
|---|---|---|
| Backend | https://github.com/erupts/erupt | https://gitee.com/erupt/erupt |
| Frontend | https://github.com/erupts/erupt-web | https://gitee.com/erupt/erupt-web |