Emby.Web

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

Some customizations have been added to grunt-charset: