This repository contains two main folders: coin-game-backend
and coin-game-frontend
. The backend is a Node.js Express app, and the frontend is a React Vite app. This README will guide you through setting up and running the app locally.
Before you begin, ensure you have the following installed on your machine:
cd coin-game-backend npm install npm run dev
cd coin-game-frontend npm install npm run dev