Important notice: This file contains the actual README for the development itself, understood as
"without considering this is part of an exercise". The project includes a meta
folder which
will contain any comments, instructions or considerations regarding the exercise, such as, but not
limited to: time spent, decisions taken, explanations, instructions, etc.
Just clone the repository, and open index.html
in a browser.
A bundle is included in bin/app.js
for convenience. This can be re-built easily, though.
A recent version of nodeJS (>= 10.x recommended) and Browserify.
You can install Browserify globaly with the following command:
> npm i -g browserify
Once this is installed, you can regenerate the bundled bin/app.js
running the following:
> npm run build