Skip to content

google/dynamic-form

Dynamic Form

How to build

  1. Check it out from GitHub.
    • There is no reason to fork it.
  2. Create a new local repository and copy the files from this repo into it.
  3. Download npm dependencies.
git clone https://github.com/google/dynamic-form.git
cd dynamic-form
npm install
  1. Build the library.
npm run build:lib
  1. If you want to run the demo-app
npm start
  1. If you want to run test cases.
npm run test
  1. If you want to run e2e test cases.
npm run e2e

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published