Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 402 Bytes

blackjack-next-app

This is a Next.js and Redux application which implementes the most famous game of Blackjack.

Use

Try the application here.

Alternatively you can download the repository, then run the development server:

npm install

npm run dev

Open http://localhost:3000 with your browser to see the result.