Cache Visualizer
Table of Contents
About
This is a small web app for caching algorithms exploring. Actually this is just my uni homework, so this project won’t evolve further.
If you aren’t planning to host it and just want to test it you can just either run it or even open a working instance of it (if it’s available). If you want to host it (for some reason) proceed to the building section.
Building
To build it you need Node.js and NPM (i don’t know what is the minimum required version of Node.js and NPM is, but i was using versions 23.6.0 and 11.1.0 respectively). So back to building. You simply need to run the following command from the root directory of the project:
npm run build
After it you’ll get a ready-to-host build in the ./build/
folder.
Running
Running has same requirements as building. To run a live version of the web app run the following command in your terminal:
npm start
After this your browser will open the web app at http://localhost:3000 (if it’s possible).
Gallery
Описание
Mini web-app for caching algorithms exploring