Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasanyahya101/shadcn-vite-js-template

This repo serves as a template that supports ShadCN Components (that use Radix UI library). It allows you to make react applications in Javascript (not Typescript). Just download or clone it. It also supports V0 by Vercel out of the box (no need to install anything else).
https://github.com/hasanyahya101/shadcn-vite-js-template

ecmascript eslint github javascript js react shadcn tailwind template ui vercel vite vitejs

Last synced: about 2 months ago
JSON representation

This repo serves as a template that supports ShadCN Components (that use Radix UI library). It allows you to make react applications in Javascript (not Typescript). Just download or clone it. It also supports V0 by Vercel out of the box (no need to install anything else).

Awesome Lists containing this project

README

        

# Introduction

This repo serves as a template that supports ShadCN Components (that use Radix UI library). It allows you to make react applications in Javascript (not Typescript). Just download or clone it. Run `npm install` and `npm run dev` to run the project. It supports ShadCN and V0 by Vercel out of the box (no need to install anything else). Please note that this repo was last updated in June 2024. If too much time has passed, these configurations might have become outdated. In such a case please check how to setup ShadCN with React and Javacript manually from somewhere else.

## Credit

This template was create by following instructions from this person on youtube. The video is as under:

https://github.com/HasanYahya101/Shadcn-Vite-JS-Template/assets/118683092/72f59a7a-96c3-4dac-b1b8-2430d543c07b

## React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh