Skip to content

ArsalaBangash/vite-ts-tailwind-xstate-starter-

Repository files navigation

Vite Typescript + Tailwind Starter

Simple, opinionated, and production-ready TS + Tailwind project template for Vite.

Features

  • Vue 3
  • TypeScript
  • Tailwind CSS w/ plugins preinstalled
    • @tailwindcss/aspect-ratio
    • @tailwindcss/typography
    • @tailwindcss/forms
  • PostCSS w/ postcss-nesting plugin
  • Eslint
  • Prettier
  • Simple reactive store
  • Alias to <project_root>/src with @
  • Cypress.io e2e tests (configured similarly to vue-cli)
  • GitHub workflows
    • Dependabot
    • Automated e2e tests
  • GitLab CI

Project setup and usage

Install dependencies:

yarn

Run development server:

yarn dev

Open Cypress test runner:

yarn test

Run Cypress tests in headless mode:

yarn test:ci

Contributing

Contributions are welcome! Please follow the code of conduct when interacting with others.


Follow @uninen on Twitter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published