Start Playing Online: stackemblocks.games.josephmfaulkner.com
This project was bootstrapped with Create React App.
### Using Yarn:
git clone https://github.com/josephmfaulkner/stack-em-blocks.git
cd stack-em-blocks
yarn install
yarn start
### Using NPM:
git clone https://github.com/josephmfaulkner/stack-em-blocks.git
cd stack-em-blocks
npm install
npm start
By default, the project will run on localhost:3000
The cloud resources can be provisioned automatically using Terraform
cd infrastructure/heroku
terraform init -var-file="secret.tfvars"
terraform plan -var-file="secret.tfvars"
terraform apply -var-file="secret.tfvars"