josephmfaulkner / stack-em-blocks

A game made with React, Redux, and Redux Saga

Home Page:https://stackemblocks.games.josephmfaulkner.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackEm Blocks!


Main Gameplay


Getting Started

This project was bootstrapped with Create React App.

You will need:

### 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


Deploying Infrastructure

The cloud resources can be provisioned automatically using Terraform

You will need:

cd infrastructure/heroku
terraform init -var-file="secret.tfvars"
terraform plan -var-file="secret.tfvars"
terraform apply -var-file="secret.tfvars"

About

A game made with React, Redux, and Redux Saga

https://stackemblocks.games.josephmfaulkner.com/


Languages

Language:JavaScript 76.7%Language:SCSS 13.6%Language:HCL 8.3%Language:HTML 1.4%