wbrandon25 / Online-Crash-Gambling-Simulator

Online Crash Gambling Game Web App Built with the MERN Stack
https://effulgent-travesseiro-c05997.netlify.app
117 stars 80 forks source link
crash gambling mern-stack react

Crash Gambling Simulator

A recreation of the popular online casino game "crash" with accurate casino odds.

showcase

Technologies Used

Features

Installation

// Clone the repository
$ git clone https://github.com/wbrandon25/Online-Crash-Gambling-Simulator

// Navigate to directory
$ cd ./Online-Crash-Gambling-Simulator

Setup and Run Client

// Navigate to client directory 
$ cd ./client

// install packages
$ npm i 

// start client (localhost:3000)
$ npm start

// For running in production
$ npm run build
$ npm start

Setup and Run Server

// Navigate to server directory 
$ cd ./backend

// install packages
$ npm i 

// install nodemon for development
$ npm i -D nodemon

// start node server (localhost:4000) and socket.io server (localhost:3001) 
$ npm start 

Environment Variables