This app is built with React, TailwindCSS and TypeScript, deployed on Vercel.
- Clone repository and
cd
into its directory
git clone git@github.com:miet-students/sorting-visualizer.git && cd sorting-visualizer
- Install npm dependencies simply with
yarn
- Start the development server
yarn start
One command if you want
git clone git@github.com:miet-students/sorting-visualizer.git \
&& cd sorting-visualizer \
&& yarn \
&& yarn start