VAT validation form is a simple app that checks if entered vat number is valid. An app is written with AngularJS using Vatlayer API features. For spinning up a web server was used Gulp.
Clone the GitHub repository.
$ git clone https://github.com/dmitriyeff/vat-validation-form.git
Check if you've previously installed gulp globally, run $ npm rm --global gulp
in your terminal. Check for node, npm, and npx. If they are not installed, follow the instructions here.
To install the gulp command line utility run $ npm install --global gulp-cli
.
Launch VAT validation app by typing:
$ gulp watch
vat-validation-form
is a public work, dedicated using CC0 1.0. Feel free to do whatever you want with it.