This project was created for Ca_IRK 18 selection
Sorting-Tutorial is a web application that allows one to learn sorting algorithm with visualization. This application can be run from web-browser local host.
- Latest Web Browser
- React
- Yarn
- d3
- Clone or download this repository
- In the project directory run
yarnornpm installandnpm install d3 --saveif you haven't installed d3 in before - After a node module folder is created, run
yarn startto run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- In the project directory run
docker build . -t sorting - In the project directory run
docker run -it --rm -p 3000:3000 -d sorting - To know the docker-machine ip default run
docker-machine ip default - Run http://your_ip_default:300/ in your browser