Todo Application showcasing Vue Best Practices, Clean Design System and also using Vite and Tailwind the right way!
STEP 1: Install All Development Dependencies
npm i -S
STEP 2: Spin Up Development Server
npm run dev
npm run build
After making changes, please run the following commands before you push
npm run lint
AND
npm run format