/vanilla-form

Dynamically generated form in VanillaJS

Primary LanguageJavaScript

vanilla-form

Dynamically generated form from JSON in VanillaJS

Setup

  $ yarn install

Development

  $ sudo npm start

Go to http://localhost/vanilla-form or http://localhost/webpack-dev-server/vanilla-form

Deploy

  $ sudo npm run build

Running this will run webpack with the production flag which will write the compiled files to /docs folder where gh-pages expects it.