Animated step-by-step visualization of the algorithm for educational purposes.
- Clone/download repo
npm install
Development
npm run start-dev
- Build app continuously (HMR enabled)
- App served @
http://localhost:8080
Production
npm run start-prod
- Build app once (HMR disabled) to
/dist/
- App served @
http://localhost:3000
Build only (production)
npm run build
- Build app once to
/dist/