Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/hasanyahya101/shadcn-vite-js-template
- Owner: HasanYahya101
- License: mit
- Created: 2024-06-05T16:28:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T04:06:28.000Z (6 months ago)
- Last Synced: 2024-07-28T05:25:03.637Z (6 months ago)
- Topics: ecmascript, eslint, github, javascript, js, react, shadcn, tailwind, template, ui, vercel, vite, vitejs
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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