This project is for learning and communication purposes only, not for commercial use. The data comes from third-party websites.
Movie Paradise is a web app built by Vue, React(WIP) and Koa.
It can preview movies and provide download hash, online watch links, live watch functions.
Demo Website
Optimized for China
- 📱 Responsive
- 🌐 Internationalization
- 🌓 Dark Mode
- ⚡ CI/CD
Most of the features has been completed, more details to be optimized
Movie Paradise is managed by lerna. You can bootstrap all the packages including front end and back end via lerna scripts.
# clone this repo
> git clone https://github.com/wwwenjie/Movie-Paradise.git
# install lerna and basic dependencies
> yarn
# bootstrap all packages
> yarn lerna:bootstrap
# run movie app ui
> cd packages/movie-app-ui && yarn serve
# run movie web
> cd packages/movie-web && yarn serve
# you can also run all the packages using lerna (not recommended)
> yarn lerna:serve-all
Movie Paradise will automatically deploy when commits land in master.
You can also deploy manually by running yarn lerna:deploy-all
.
You can view the detail of structure on each packages' README
Welcome to report bug or add new features. You can know what we are going to do in Projects