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 💪
- Host: GitHub
- URL: https://github.com/sofyanox12/react-steroid-template
- Owner: sofyanox12
- Created: 2024-07-06T11:52:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T12:31:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T01:35:01.357Z (over 1 year ago)
- Topics: in, react, steroids, template
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**