Skip to content

A blackjack game written in JavaScript with CSS3.

License

Notifications You must be signed in to change notification settings

aguin467/Blackjack

Repository files navigation

Blackjack Node.js CI Travis Status

A blackjack game written in Javascript ❤️

Checkout The Live Game here!


  • Install nodejs
sudo apt install nodejs -y

 

  • Install npm
sudo apt install npm -y

 

  • Clone the repository
git clone https://github.com/aguin467/Blackjack
  • Open up Visual Studio Code
code .

 

Run the Code

  • Install lite-server library for development
npm install -g lite-server
lite-server

OR

npx lite-server