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

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

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.