Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 429 Bytes

SETUP

  • 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.