- Linked list
Run
git clone https://github.com/thejsdeveloper/data-structure-in-javascript.git
cd
data0structure-in-javascript
npm install
Run
npm run dev
for a dev server. Navigate tohttp://localhost:8080/
. The app will automatically reload if you change any of the source files.
Run
npm run build:dev
to build the project in development mode. Runnpm run build:prod
to build the project in production mode.
The build artifacts will be stored in the dist/
directory.