Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 511 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 511 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

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: