Online version of the Insider board game

VueJS Insider Game

Online version of the Insider board game.

Set up

Install yarn packages

yarn install

Modify path to server in src/main.js and start Vue app

yarn serve

Deploy app

ngrok http 8080 -host-header="localhost:8080"

Server Set up

Login to heroku

heroku login

Find app

heroku:git:remote -a <app>

Push server to heroku

git subtree push --prefix server heroku master

Check available apps

heroku apps

Start app

heroku ps:scale web=1 --app <app>
heroku open --app <app>

Stop app

heroku ps:scale web=0 --app <app>

Download Details:

Author: wcl20

Source Code: https://github.com/wcl20/VueJS-Insider-Game

#vuejs #vue #javascript

Online version of the Insider board game
2.75 GEEK