https://github.com/haikelz/vite-starter
Another Vite Starter for React JS
https://github.com/haikelz/vite-starter
Last synced: 4 months ago
JSON representation
Another Vite Starter for React JS
- Host: GitHub
- URL: https://github.com/haikelz/vite-starter
- Owner: haikelz
- Created: 2022-10-12T13:34:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T21:06:22.000Z (over 2 years ago)
- Last Synced: 2025-03-21T18:52:01.683Z (7 months ago)
- Language: TypeScript
- Homepage: vite-starter-gamma.vercel.app
- Size: 244 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vite Starter
Another Vite Starter for React JS.
## Stuff
- React JS.
- Vite.
- Tailwind CSS for styling.
- Jotai for state management.
- Configured absolute import(see `vite.config.ts` and `tsconfig.json` for reference).
- Eslint, Prettier, and Commitizen.## Using this starter
Just click **Use this template**, or:
- Clone this repo `https://github.com/haikelz/vite-starter`
- I'm using pnpm, so if you use pnpm too, just type `pnpm install && pnpm run dev`.
- Go to `http://localhost:3000` and see the result.If you use other package manager like npm or yarn, remember to remove `pnpm-lock.yaml` and change `pre-commit` to your package manager name.