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

https://github.com/sofyanox12/react-steroid-template

A vite react template in steroids 💪
https://github.com/sofyanox12/react-steroid-template

in react steroids template

Last synced: 2 months ago
JSON representation

A vite react template in steroids 💪

Awesome Lists containing this project

README

          

### A Steroid 💉 React Template.

Template for big react projects, bundled by Vite, buffed as steroids.

##### **_Important Note: Please Use `pnpm` Package Manager for a better experience with this template!_**

#### 💪 - Major Packages included:
---
1. [Tailwind CSS](https://tailwindcss.com/) - For quick class styling.
2. [Mantine](https://mantine.dev/) - For UI Components and some decent hooks.
3. [Axios](https://axios-http.com/) - For http request handlers.
4. [Tanstack Query](https://tanstack.com/query/latest) - For caching fetched/requested data.
5. [React Router](https://reactrouter.com/en/main) - For routing in react.
6. [Zod](https://zod.dev/) - For input/data validations.

#### 💪 - Available Commands:
---
1. Install dependencies
```
pnpm install
```
2. Run Development Server (only for local)
```
pnpm dev
```
3. Format the project (warning: your code will be overwritten)
```
pnpm format
```
4. Check the coding format & build (is the commit eligible for production?)
```
pnpm check
```

---

All made with 💉 by: **[@sofyanox12](https://github.com/sofyanox12)**