Skip to content

A boilerplate React Project with ShadcnUI, Tailwind CSS, powered by Vite that supports both JS & TS.

Notifications You must be signed in to change notification settings

codiku-dev/vite-shadcnui-boilerplate

 
 

Repository files navigation

Vite React Project Boilerplate (TS/JS) (ShadcnUI & Tailwind)

Version License: MIT Twitter: FarhanSoftware

Main configurations

  • React 18 that supports both TypeScript & JavaScript out of the box
    • You can use absolute imports, using @ as src directory
  • Support for ShadcnUI & Tailwind CSS

Usage

Install the dependencies:

yarn install or npm install

Run dev server:

yarn dev or npm run dev

Production version

To generate the production version, you can run:

yarn build or npm run build

All files you have to deploy will be located at the dist directory.

Author

👤 Farhan H

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to report on them on the issues page.

About

A boilerplate React Project with ShadcnUI, Tailwind CSS, powered by Vite that supports both JS & TS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.8%
  • JavaScript 4.5%
  • CSS 2.2%
  • HTML 0.5%