A simple blackjack game by Thierry Ntoh.
Not that game-changing or anything. Just a fun project.
Have fun, leave me some feedback.
App hosted here.
Not that responsive
Just a head's up, the code is all over the place.
-
Clone the repository
git clone https://github.com/thierryntoh24/jackblackr.git cd jackblackr
-
Install the dependencies from the respective directories
cd client npm install
cd server npm install
-
Run the app locally (on a split terminal)
cd client npm run start
cd server npm run dev