# Create React App Template with FT Design System

This template provides a pre-configured Create React App project with FT Design System.

## Setup

1. Copy files to your project directory
2. Install dependencies:
   ```bash
   npm install
   ```
3. Run development server:
   ```bash
   npm start
   ```

## Configuration

- **CSS Import**: Already added in `src/index.tsx`
- **Tailwind Config**: Pre-configured with FT DS content paths
- **Components**: Example usage in `src/App.tsx`

## Next Steps

- Import components: `import { Button, Input } from 'ft-design-system';`
- Customize `src/App.tsx` with your content
- Add more components in the `src` directory

For more information, see [FT Design System Documentation](../../docs/INTEGRATION_GUIDE.md).

