This project is a simple game built using modern web technologies.
- React: A popular JavaScript library for building user interfaces.
- Vite: A fast frontend build tool with features like Hot Module Reloading (HMR), optimized builds, and TypeScript support.
Follow these steps to get the project up and running on your local machine:
- Clone the repository
git clone https://github.com/your-username/firstGame.git
- Navigate into the project directory
cd firstGame
- Install dependencies
npm install
- Start the development server
npm run dev
- Open your browser and visit
http://localhost:3000
to see the app in action.
- Hit run