A simple React web app that renders a pair of gloves. Inspired by this CodePen
- Node.js (v18 or later)
- Yarn or npm package manager
git clone /~https://github.com/yourusername/gloves.git
cd gloves
Using Yarn:
yarn install
Or using npm:
npm install
To start the development server:
yarn dev
# or
npm run dev
The application will be available at http://localhost:5173
To create a production build:
yarn build
# or
npm run build
The production-ready files will be in the dist/
directory.
To run ESLint and check code quality:
yarn lint
# or
npm run lint
To preview the production build locally:
yarn preview
# or
npm run preview
src/
: Source code for the React applicationpublic/
: Static assetsvite.config.ts
: Vite configurationtsconfig.json
: TypeScript configuration
- React 18
- TypeScript
- Vite
- ESLint
- Tailwind CSS