Skip to content

mariotristan/basic-react

Repository files navigation

Basic React App

A simple React application built with Vite and configured for automatic deployment to GitHub Pages.

Features

  • React 18 with modern hooks
  • Vite for fast development and optimized builds
  • ESLint for code quality
  • Automatic deployment via GitHub Actions
  • Responsive design

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Visit http://localhost:5173 to see the app running locally.

Deployment

This project automatically deploys to GitHub Pages when changes are pushed to the main branch.

To set up GitHub Pages:

  1. Go to your repository Settings → Pages
  2. Set Source to "GitHub Actions"
  3. Your site will be available at https://<username>.github.io/basic-react/

Documentation

See CLAUDE.md for detailed development documentation and architecture information.

About

basic-react-learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors