To do the assignment you need to have in your system:
This README assumes you have these dependencies already. If you need instructions to install them they should be available in their respective websites.
You can fork or clone this repository to start working and use yarn
to install the JS dependencies.
$ git clone https://github.com/bahkostya/web-worker-sorting.git
$ cd web-worker-sorting
$ yarn
To start the development server, open a terminal and run:
$ yarn start
Go to http://localhost:10001. You need to keep this terminal window running for the development server to work.