Welcome to the HOTCOLD repo, to get started fork, then clone the repo, and install the required dependencies for the client and server subfolders
Here are some screenshots of the application in action:
node version: 18.16.1
git clone "YOUR FORKED URL"
cd server
npm install
cd ../client
npm install
Run server (default port @5000):
cd server
npm start
Run client (default port @5173)
cd client
npm run dev
Tailwind docs:
- Tailwind - The tailwind website