A simple React application built with Vite and configured for automatic deployment to GitHub Pages.
- React 18 with modern hooks
- Vite for fast development and optimized builds
- ESLint for code quality
- Automatic deployment via GitHub Actions
- Responsive design
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildVisit http://localhost:5173 to see the app running locally.
This project automatically deploys to GitHub Pages when changes are pushed to the main branch.
To set up GitHub Pages:
- Go to your repository Settings → Pages
- Set Source to "GitHub Actions"
- Your site will be available at
https://<username>.github.io/basic-react/
See CLAUDE.md for detailed development documentation and architecture information.