Papyrus Flash Card App 📚
Built on :

Using:
- Vue Router 4.x
- Inter var font (self-hosted, woff2, v3.19, with 'preload' attr, check out index.html)
- Just-in-Time mode by default introduced in Tailwind CSS v2.1 (in preview!)
- Headless UI - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- Heroicons - beautiful hand-crafted SVG icons,
Getting Started 🚀
npx degit suddham/Vite-Boilerplate vite-boilerplate
cd vite-boilerplate
npm:
npm i
npm run dev
npm run build
npm run serve
yarn:
yarn
yarn dev
yarn build
yarn serve