Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmunim/moviebox
Moviebox is yet another media server framework for personal use like Plex but with 0 limitations!
https://github.com/itsmunim/moviebox
alternative javascript media media-server movies nodejs plex-media-server react redux
Last synced: 2 months ago
JSON representation
Moviebox is yet another media server framework for personal use like Plex but with 0 limitations!
- Host: GitHub
- URL: https://github.com/itsmunim/moviebox
- Owner: itsmunim
- Created: 2017-12-17T18:45:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T06:40:12.000Z (over 6 years ago)
- Last Synced: 2024-02-23T09:43:03.783Z (11 months ago)
- Topics: alternative, javascript, media, media-server, movies, nodejs, plex-media-server, react, redux
- Language: JavaScript
- Homepage:
- Size: 179 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/dibosh/moviebox.svg?branch=master)](https://travis-ci.org/dibosh/moviebox)
### Moviebox
#### Setup
- `brew install yarn`- in macOSX
- `npm install -g yarn`- in Linux
- `cd moviebox && yarn`#### Commands
- `yarn start::server`- builds & runs the server on `localhost:8080/api/`
- `yarn watch::server`- runs server in dev mode, any changes will restart the server
- `yarn build::client`- builds client in dist
- `yarn watch::client`- runs webpack build in watch mode, any changes will rebuild the client
- `yarn start:dev`- starts the server with compiled client and the client is available at
`localhost:8080/`**For more clarity please check out the package.json scripts section**