Quick Start
Step 1: Create Your First Project
Web Application
CLI
# Create a new project
flowcraft create my-first-component
# Navigate to project directory
cd my-first-component
# Initialize with React and Tailwind
flowcraft init --framework react --styling tailwindStep 2: Prepare Your Design
Option A: Use a Sample Design
Option B: Upload Your Own Design
Option C: Design from Scratch
Step 3: Generate Your Component
Using the Web Interface
Using CLI
Step 4: Review and Customize
Code Review
Customization Options
Step 5: Test and Deploy
Local Testing
Quick Deployment
Example: Creating a Button Component
1. Create the Design
2. Generate the Component
3. Review Generated Code
4. Use Your Component
What's Next?
Immediate Next Steps
Advanced Topics
Community Resources
Tips for Success
Last updated