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 .
- Install lite-server library for development
npm install -g lite-server
lite-server
OR
npx lite-server