This project serves as a base or boilerplate for future projects. It is built with React, TypeScript, and Vite, and includes a comprehensive ESLint configuration for code quality and consistency.
- React 18.2.0 with TypeScript
- Vite for fast development and efficient builds
- Comprehensive ESLint configuration for code quality and consistency
- Tailwind CSS for utility-first CSS
- Husky for Git hooks
- Prettier for code formatting
- Clone the repository:
git clone https://github.com/yourusername/admin-base-reactjs.git- Install the dependencies:
bun install- Start the development server:
bun devbun dev: Start the development serverbun build: Lint the code, compile TypeScript, and build the - projectbun lint: Lint the codebun lint:fix: Automatically fix linting problemsbun format: Format the code with Prettierbun preview: Preview the production buildbun test: Run tests with Vitestbun test:coverage: Generate test coverage report
Contributions are welcome! Please read our Contributing Guide for more information.
This project is licensed under the terms of the license specified in LICENSE.md.
Please replace https://github.com/yourusername/admin-base-reactjs.git with the actual URL of your repository. Also, you might want to create a CONTRIBUTING.md file if you plan to accept contributions from others.