/formRender

Renderizar um formulário com base num json.

Primary LanguageJavaScript

Form Render JSON

Aplicação desenvolvida com ES6 para renderizar formulários com base em arquivo JSON.

Getting Started

Para rodar a aplicação localmente basta executar o start do npm porem após efetuar a instalação, irá subir no http://localhost:9000

npm start

Para fazer o build e montar os pacotes para subir em produção utilize

npm run build

Installing and Configuring

Para instalar as dependências basta rodar o comando de install do npm.

npm install

Running the tests

Para rodar os testes unitários

npm test

Para rodar os testes end-to-end

npm run webdrive-update;
npm run webdrive-start;
npm run test-e2e;

Para verificar a cobertura de testes utilize

npm run coverage

Built With

  • Webpack - Module Bundler
  • PostCSS - A tool for transforming CSS with JavaScript
  • BabelJS - a JavaScript compiler

External Libraries

  • Jest - The test framework
  • WalnutJS - The BDD (Behavior Driven Development) framework
  • Protractor - The E2E test framework

Authors

  • Guilherme Gregio - Initial work

License

This project is licensed under the MIT License