Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 684 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 684 Bytes

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

Screenshots

Here are some screenshots of the application in action:

Word Picker

Word Picker

Word Guesser

Word Guesser

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: