文件名称:时间锁客户端
文件大小:439KB
文件格式:ZIP
更新时间:2024-03-19 22:22:24
JavaScript
TimeLockr客户端 现场演示 TimeLockr的实时演示托管在Amazon AWS上,可以在访问。 Heroku托管了应用程序的后端TimeLockr-Server以及在桌面上查看演示时出现的。 一二 本地安装 这些说明详细说明了如何在本地安装,运行和查看TimeLockr-Client而不安装后端TimeLockr-Server,这需要安装Postgress,并且设置过程可能会很耗时。 .env.example中的环境变量将客户端API调用转移到Heroku上托管的后端版本。 要安装,请打开终端并输入: foo@bar:~ $ git clone https://github.com/jehillert/timelockr-client.git foo@bar:~ $ cd timelockr-client foo@bar:~ $ mv env.example .env fo
【文件预览】:
timelockr-client-master
----.gitignore(561B)
----.env.example(6KB)
----package.json(4KB)
----.stylelintrc(167B)
----jsconfig.json(420B)
----package-lock.json(1.51MB)
----src()
--------components()
--------assets()
--------index.jsx(492B)
--------store.js(457B)
--------serviceWorker.js(5KB)
--------reducers()
--------theme()
--------utilities()
--------contexts()
--------actions()
----jest.config.js(6KB)
----babel.config.json(429B)
----.eslintrc.js(842B)
----README.md(5KB)
----config.js(687B)
----config()
--------webpack.dev.js(1KB)
--------webpack.prod.js(944B)
--------webpack.common.js(2KB)
----.eslintignore(117B)
---->> TO DO & NOTES (DND) <<.md(23KB)