/sheesh

🤩 Vite + Lucia + Tailwind starter that'll make you go SHEESH

Primary LanguageTypeScriptMIT LicenseMIT

🤩 Sheesh

Vite + Lucia + Tailwind starter that'll make you go SHEESH

Project starters are weird—Generally they're slow and bulky, or so mimimalist that it's unscalable. Sheesh aims to fix this - by using Vite we get fast development iteration, intentionally minimalist process, aka extreme predictability and robustness. It also sports modern libraries like Lucia and Tailwind. This allows for a very consistent design process during development.

Deploy to Netlify

Usage

Use this project as a template on GitHub or fork it. Clone the new repo into a local repository and run yarn to install dependencies and prepare Git hooks.

  • yarn dev - Start development server and build assets for development.
  • yarn build - Build assets for production.
  • yarn serve - Serve assets for production.
  • yarn lint - Lint codebase and produce warnings.
  • yarn lint:fix - Lint codebase and fix warnings.
  • yarn cleanup - Run Prettier on codebase.

License

MIT