Simple and clean visualization of 'vitamins' interview test for Vitamin London.
You can find pdf here.
If you would like to play around with source code, install dependencies first:
npm install
or if you are using yarn:
yarn install
To compile code once run:
webpack
To trigger compilation everytime you change files in ./src run:
npm run dev
Compile sources and just open index.html file. It does not require running a server.
Install dependencies first (explained in Instalation) and then run command:
npm run make-docs
You will find docs in ./docs folder.