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

https://github.com/wanrif/reactreez

Boilerplate for reactjs and typescript
https://github.com/wanrif/reactreez

i18next react react-hook-form react-i18next react-redux react-router-dom redux-toolkit tailwindcss typescript vite zod

Last synced: 5 months ago
JSON representation

Boilerplate for reactjs and typescript

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