Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 529 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 529 Bytes

ECHO Worship v0.1

Installation

npm install

Running

node.js server

npm run start

WebSockets server

npm run ws

Default admin URL

http://localhost:50780/master

Default presentation URL

http://localhost:50780

Config file - ENV

If you wanted to change IP or PORT for app. It's very easy with .env

cp .env.dist .env

Then change values in .env file (remember to reload app)

Node as Windows services

https://github.com/coreybutler/node-windows