- Fork this repository and clone it to your local system.
https://github.com/okNeeraj/dsa-javascript.git
- Go to your folder path using CLI and install dependencies.
npm install
- Run local development server using below command
npm run dev
- Open development url in your browser (Chrome recommended) and open the console to see the output of every operation.