Skip to content

moritz-kick/coin-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patrik's Coin Game

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.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Node.js (version 14 or higher)
  • npm (Node Package Manager)

1. Setup the backend

cd coin-game-backend npm install npm run dev

2. Setup the frontend

cd coin-game-frontend npm install npm run dev