Create forms from encoded django forms in JSON.
For more details see https://github.com/CZ-NIC/django-forms-encoder
- install dependencies
npm install
- build library
npm run build
or run watch (build with automatic rebuild for more comfortable development) withnpm run watch
- run tests
npm run test