/Tap-Telegram

Projeto de estudo para clone de jogos TAP-TO-EARN no telegram

Primary LanguageTypeScript

Overview

This project is a clone of the popular Telegram mini app, Notcoin.

Final Version

  1. Switch to the final-version Branch:

    git checkout final-version
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm run dev
  4. Run backend:

    cd backend
    npm install
    node server.js
  5. Open Your Browser:

    Navigate to localhost to see the final version of the application.