ReadMe file

You can visit https://blackjack-js-group-project.herokuapp.com/ to see this app in action;

Alternatively, you can host locally

To run the application locally you will need to run the following commands in Terminal:

npm install

npm run build
// this must run continuously in the background

npm run server:dev
//this must also run continuously in the background

now direct your browser to http://localhost:3000