SpideyZac / HOTCOLD

Web app for the popular HOT or COLD game (in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the HOTCOLD repo, to get started fork, then clone the repo, and install the required dependencies for the client and server subfolders

node version: 18.16.1
git clone "YOUR FORKED URL"

cd server
npm install

cd ../client
npm install

Running Application

Run server (default port @5000):

cd server
npm start

Run client (default port @5173)

cd client
npm run dev

Learn More

Tailwind docs:

About

Web app for the popular HOT or COLD game (in progress)


Languages

Language:TypeScript 78.7%Language:CSS 15.2%Language:HTML 3.6%Language:JavaScript 2.6%