Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 417 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 417 Bytes

emby

POC for rebuilding Emby web client in modern technologies

To start the built-in web server, install NodeJS, then open a command prompt to the root folder of the repository, and enter:

npm install http-server -g

This will install the http server module. To start the server, enter

http-server -p 8088

It will only be available using localhost. Then you can test by opening http://localhost:8088/index.html