-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Virtual Conference
Jelle edited this page Jan 2, 2021
·
6 revisions
- sudo apt install nodejs
- sudo apt install npm
- npm install -g yarn
- git clone git@github.com:DutchJelly/VirtualConference.git
- cd VirtualConference/frontend/
- yarn install
- cd VirtualConference/backend/
- yarn install
- yarn build
- yarn start
- yarn build
- yarn start
- yarn run dev
- yarn run dev
There is a file named .env in the backend directory, in this file you can change the API port and the socket port.
For this application to work outside a local network, the ports for the sockets, backend and frontend application need to be forwarded in the router. The frontend runs on the port 5000 by default. The other ports can be adjusted in the .env file.