A monorepo for low-code frontend core packages.
This project uses Rush as monorepo manager, you should install it first.
npm install -g @microsoft/rush
Run the following command to install all dependencies:
rush update
cd packages/example
into example project, run npm start
, open the default link http://localhost:8080 to see some examples.