A clone of the popular Telegram mini app Hamster Kombat (clicker game), built with Vite, TypeScript, and Tailwind CSS
The Hamster Kombat Clone repository provides the initial setup and final version of the clone project based on the popular Telegram mini app, Hamster Kombat. It includes the project structure, images, and icons in separate branches for initial setup and the completed application.
git clone [repository_url]
git checkout initial-setup
npm install
npm run start
Open your browser and go to localhost to view the initial setup version.
git checkout final-version
npm install
npm run start
Open your browser and navigate to localhost to view the final version of the application.
The Hamster Kombat Clone repository offers a convenient way to explore and work with a clone project inspired by the popular Telegram mini app, Hamster Kombat. With clear instructions for setting up the initial structure and running the completed application, users can easily replicate and test the functionalities of the original app.