Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 921 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 921 Bytes

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/