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.
- Jonathan Liu
- Gabriel Rowe
- Keisuke Kido
- Anton C
Watch the StackQuest presentation on YouTube
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!
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
MIT (c) StackQuest