@gavbarosee/react-kickstart
Version:
A modern CLI tool for creating React applications with various frameworks
24 lines (17 loc) • 697 B
Markdown
# Features
Feature integration and setup modules for React applications.
## Structure
- `api-clients/` - API client setup (Axios, React Query, fetch)
- `project-files/` - File and directory structure creation
- `linting/` - ESLint and code quality setup
- `routing/` - React Router integration
- `state-management/` - Redux and Zustand store setup
- `styling/` - CSS, Tailwind, and styled-components setup
- `testing/` - Testing framework configuration
- `typescript/` - TypeScript support setup
## How it works
Each feature module provides setup functions that:
- Install necessary dependencies
- Generate configuration files
- Create boilerplate code
- Integrate with the chosen framework