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
- Host: GitHub
- URL: https://github.com/bruxx-6243/brx-template
- Owner: bruxx-6243
- License: mit
- Created: 2025-02-04T16:01:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-15T18:15:58.000Z (12 months ago)
- Last Synced: 2025-07-16T15:42:08.399Z (12 months ago)
- Topics: commitlint, docker, docker-compose, husky, react, tanstack-react-query, tanstack-router, typescript, vite, zod, zustand
- Language: TypeScript
- Homepage: https://bruxx-6243.github.io/brx-template/
- Size: 8.58 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```