Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 831 Bytes

START_HERE.md

File metadata and controls

9 lines (9 loc) · 831 Bytes

INSTALLATION INSTRUCTION HOST®

1. Unzip the HOST folder to your desktop.

2. Open the folder in VS-Code & start your integrated Powershell/Bash/etc. terminal.

3. Navigate to the HOST main directory (desktop/host/) and type 'npm install' to download the backend Node-dependencies locally.

4. Navigate to: 'desktop/host/client' and type 'npm install' again to download the front-end Node modules.

3. Go back to the main directory (desktop/host) and typ 'npm run dev'. Both servers will start (in development mode) and your browser opens on the HOST® Landing page.

4. Go ahead and try/test the application! Once you're finished, terminate the servers by pressing ctrl + c in your terminal.

5. Thats it! Have fun.

[DEVELOPER RELEASE: v1.0; 25 Juli 2019]