文件名称:pfaffhack18-cote-demo:小型演示项目,展示如何使用node.js和cote构建应用程序
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-01 19:00:48
JavaScript
#pfaffhack18的Cote应用演示 这是在Kaiserslautern的Fraunhofer IESE上举办的#pfaffhack18 hackton的小演示。 请访问研讨会以获取更多详细信息。 用法 先决条件 节点 这个项目 一些JavaScript经验 如何安装和运行 git克隆这个项目 打开终端并运行npm install 再开两个终端 首先,运行npm run start-frontend并在浏览器中访问 在第二个中,运行npm run start-color-responder 在第三项中,运行npm run start-weather-publisher
【文件预览】:
pfaffhack18-cote-demo-master
----frontend()
--------server.js(907B)
--------public()
----package.json(736B)
----readme.md(594B)
----package-lock.json(30KB)
----cote-publisher()
--------weather-publisher.js(379B)
----.gitignore(13B)
----cote-responder()
--------color-responder.js(349B)