A crash casino game made for a job application
Screen.Recording.2024-07-14.at.11.13.05.PM.mp4
First install packages:
# for client
npm install
Second, run the development server:
# for client
npm run dev
# for server:
npm run start-server
Open http://localhost:3000 with your browser to see the result.