bbahaida / bmb-react-starter

a light starter for react apps using chakra-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMB React Starter

Description

BMB React Starter is a ready-to-use project setup that combines React with TypeScript, leveraging Vite for build optimization, and styled using Chakra UI. It's designed for developers who want to kickstart their React projects with a robust, scalable, and modern toolchain.

Getting Started

Dependencies

This project relies on several key technologies:

  • React (with TypeScript)
  • Vite for efficient building and hot reloading
  • Chakra UI for a modular and accessible component library

Installing

To get started with BMB React Starter, clone the repository and install dependencies:

git clone https://github.com/bbahaida/BMB-React-Starter.git
cd BMB-React-Starter
yarn

Executing Program

To run the application locally:

yarn run dev

Usage

BMB React Starter is structured to be intuitive for developers familiar with React and TypeScript. Components can be found in the /components directory, and you can add or modify these as per your project requirements.

Components

The project includes a set of pre-built components using Chakra UI. These can be customized and extended as needed.

Contributing

Contributions to BMB React Starter are welcome! Please read the CONTRIBUTING.md for guidelines on how to submit pull requests.

License

This project is licensed under MIT License - see the LICENSE file for details.

Contact

Brahim Bahaida

About

a light starter for react apps using chakra-ui

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 2.4%Language:HTML 2.0%Language:CSS 0.2%