Thanks to visit codestin.com
Credit goes to github.com

Skip to content

davidtjudd/Emby.Web

 
 

Repository files navigation

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

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • HTML 8.8%
  • CSS 6.3%