Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wanrif/reactreez
https://github.com/wanrif/reactreez
biomejs bun react react-hook-form react-i18next react-redux react-router-dom redux-toolkit tailwindcss vite vitest zod
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wanrif/reactreez
- Owner: wanrif
- Created: 2024-09-02T15:56:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T04:42:34.000Z (about 2 months ago)
- Last Synced: 2024-10-11T01:43:45.432Z (about 1 month ago)
- Topics: biomejs, bun, react, react-hook-form, react-i18next, react-redux, react-router-dom, redux-toolkit, tailwindcss, vite, vitest, zod
- Language: TypeScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReacTreez
This is a boilerplate project for creating React applications with TypeScript. It is designed to provide a strong foundation and streamline the development process for your projects.
## Features
- React and TypeScript integration
- Scalable and maintainable architecture
- Tailwind CSS for styling
- Modern tooling with Vite and Biomejs## Technologies Used
- Biomejs
- Bun
- React
- React-i18next
- React-router-dom
- Redux-toolkit
- React-hook-form
- Tailwind CSS
- TypeScript
- Vite
- Vitest
- Zod## Getting Started
To get started with the project, follow these steps:
Clone this repository and navigate to the project directory:
```bash
cd reactreez
```Install dependencies:
```bash
bun install
```Start the development server:
```bash
bun run dev
```The application will be served at http://localhost:3000