/vite-template

Typescript + TailwindCSS + ESLint + Prettier + Vite + Vitest

Primary LanguageShell

vite-template

Project name

Setup

  • Install dependencies: npm i
  • Start server: npm run dev
  • Build: npm run build

Notes

  • To remove TailwindCSS, navigate to the repository folder and run removeTailwind.sh in your terminal:

    ./removeTailwind.sh
    
  • Allow read and write permissions for GitHub Actions to work!