The application uses ES6 JavaScript with React framework, Bootstrap and JQuery.
Javascript code and styles are preprocessed and compiled with Webpack.
Pre-built version is included in the repo, you can just clone the repo
git clone https://github.com/Baka9k/vistatest
and start local server (it is necessary to make AJAX work properly), e.g.
python -m SimpleHTTPServer
Then, open this page in your browser (in this case with Python SimpleHTTPServer page location should be http://localhost:8000)
git clone https://github.com/Baka9k/vistatest
cd vistatest
npm install
npm run build