Skip to content

ir3ne/vite-js-tailwind-starter

Repository files navigation

Vite logo JavaScript logo Tailwindcss logo

Vite JS Starter with Tailwindcss

This is a small JS starter which uses Vite and Tailwindcss

You can use it to quickly test new features locally and also do experiments. The purpose of this starter it's to make super quick all the basic setup needed to use plain JS or packages to add.

Tooling

This starter includes:

  • pnpm as the enforced package manager
  • ESLint using the new Flat Config format
  • Prettier for consistent code formatting

Usage notes

This project uses pnpm as package manager and enforces its use.

To install dependencies:

pnpm install

To prevent accidental usage of npm or yarn, the project includes a preinstall script using only-allow. If you try to install with another package manager, the process will fail with an informative error.

Benefits of using Vite

A ready to use environment with the Development Experience at the first place: Vite prioritizes developer experience by providing features like instant server start, lightning-fast hot module replacement, and a minimal configuration approach. This makes it easier and more enjoyable to develop web applications.

Documentation

ViteJS: ViteJS Documentation JavaScript: JavaScript Documentation

Start small, add whatever you want.

About

A ready to go Vite starter πŸ‘©πŸΎβ€πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published