Skip to content

thierryntoh24/jackblackr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jackblackr

A simple blackjack game by Thierry Ntoh.

Cover

Not that game-changing or anything. Just a fun project.

Have fun, leave me some feedback.

App hosted here.

Not that responsive

Local development

Just a head's up, the code is all over the place.

  1. Clone the repository

    git clone https://github.com/thierryntoh24/jackblackr.git
    cd jackblackr
  2. Install the dependencies from the respective directories

    cd client
    npm install
    cd server
    npm install
  3. Run the app locally (on a split terminal)

    cd client
    npm run start
    
    cd server
    npm run dev