Skip to content

FinalStackQuest/StackQuest

Repository files navigation

GitHub issues GitHub closed pull requests

Welcome to StackQuest

StackQuest

Deployed link here: http://stackquest.herokuapp.com (give Heroku a bit to wake up!)

StackQuest is a multiplayer game modeled after Mozilla's BrowserQuest built using Phaser, React/React-Redux, Node, and Express.

The Stackquest Team:

  1. Jonathan Liu
  2. Gabriel Rowe
  3. Keisuke Kido
  4. Anton C

Demo

Watch the StackQuest presentation on YouTube

Table of Contents

Background

StackQuest is a capstone project from the 1702 cohort of Fullstack Academy of Code. We were inspired to dive into a project that required us to learn new technologies, tested and expanded our understanding of development concepts, and that was a lot of fun!

Install

To install and locally run Stackquest clone or download the project to your machine and run the following commands:

Install all project dependencies:

$ npm install

To start the server and watch the server files for updates:

$ npm run start-dev

To have webpack bundle and re-bundle on changes:

$ npm run build-dev

License

MIT (c) StackQuest