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

https://github.com/bruxx-6243/brx-template

This is an Enterprise React Vite Template for building modern applications that scale
https://github.com/bruxx-6243/brx-template

commitlint docker docker-compose husky react tanstack-react-query tanstack-router typescript vite zod zustand

Last synced: 3 months ago
JSON representation

This is an Enterprise React Vite Template for building modern applications that scale

Awesome Lists containing this project

README

          

## Installation

### Step 1: Install the BRX CLI

The BRX CLI simplifies project creation. Install it globally:

```bash
npm install -g @bruxx/cli
```

### Step 2: Create Your Project

Run the CLI to scaffold your project:

```bash
npx create-brx-app
```

Follow the prompts to name your project (e.g., my-app).
The CLI sets up the directory, installs dependencies, and initializes Git.

### Step 3: Navigate to Your Project

```bash
cd my-app
```

### Step 4: Start development server

```bash
package run dev
```