This project is under devlopment. If you are here to contribute first you are more than welcome. Just open an issue and start the chat.
Please see this video to understand the project first. Video Link
This website can create a recursion tree of any java code. And not just a recursion tree it can also help one visualize how function calling works in java code.
- Clone the project on your file system.
- You will need node.js and jdk installed on your device.
- To install node click here
- To install jdk click here
- Once everything is installed open project directory in terminal.
- In terminal enter
npm i
- Sometime nodemon doesn't work in local install so install nodemon globaly by
npm i nodemon -g
. If you already have nodemon installed skip it. - Then enter
npm start
to start the project.