Skip to content

rinoldev/dynamic-form

 
 

Repository files navigation

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

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 92.1%
  • HTML 4.5%
  • CSS 2.3%
  • JavaScript 1.1%