Skip to content

A Kahoot-style game to help students learn more about the cities that were apart of the Silk Roads

Notifications You must be signed in to change notification settings

Villy-P/The-Silk-Roads

Repository files navigation

The-Silk-Roads

3367 lines across 43 Files, along with 69 images

Things needed:

  1. NodeJS
  2. Run npm install in your terminal

Setup

  1. Create src/data/data.ts
  2. Paste this code:
export const IP_ADDRESS = "IP_ADDESS";
export const APP_NAME = "App Name";
export const CREATOR_NAME = "Your Name";
export const SERVER_PORT = "Server Port";
export const VUE_PORT = "VueJS Port";
  1. Replace data with your own.
  2. Create localhost SSL certificate
  3. Go to chrome://flags/#allow-insecure-localhost and enable localhost SSL
  4. Run npm install.
  5. Run npm run serve on one terminal

When VueJS is running, - Network: https://IP:PORT/ will tell you the IP address and PORT number for Vue

  1. Run ts-node .\src\server\server.ts on another terminal.
  2. Go to https://YOUR_IP:VUE_PORT/

About

A Kahoot-style game to help students learn more about the cities that were apart of the Silk Roads

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages