文件名称:reelr:电影服务器的轻量级动态界面
文件大小:37KB
文件格式:ZIP
更新时间:2024-05-29 07:52:59
TypeScript
卷盘 这是什么? reelr是用于电影服务器的轻量级动态界面。 哇,太好了。 我该如何使用呢? 在开始安装reelr之前,需要几个步骤。 克隆项目 git clone https://github.com/elklein96/reelr git clone https://github.com/elklein96/reelr-api 安装一些依赖 cd reelr npm i cd ../reelr-api npm i 关于地方发展的说明: reelr UI是使用开发的,并支持所有与CLI相关的东西。 开发服务器( webpack-dev-server )使用npm run dev 使用npm run build && npm run start prod服务器( express ) reelr的体系结构取决于在UI和API之前使用负载平衡器。 对于本地开发,请使用您喜欢的代
【文件预览】:
reelr-develop
----.angular-cli.json(1KB)
----src()
--------tsconfig.spec.json(452B)
--------main.ts(336B)
--------index.html(548B)
--------styles.css(1KB)
--------polyfills.ts(2KB)
--------environments()
--------favicon.ico(5KB)
--------assets()
--------test.ts(1KB)
--------tsconfig.app.json(420B)
--------app()
--------test-helpers()
----tsconfig.json(312B)
----tslint.json(3KB)
----haproxy.cfg(744B)
----README.md(1KB)
----.editorconfig(245B)
----.gitignore(242B)
----karma.conf.js(1KB)
----e2e()
--------app.e2e-spec.ts(297B)
--------tsconfig.e2e.json(352B)
--------app.po.ts(210B)
----package.json(2KB)
----static()
--------server.js(651B)
--------error-handler.js(232B)
----protractor.conf.js(756B)