简体   繁体   English

如何在NodeJS上运行Redux示例待办事项列表

[英]How To Run Redux Example Todo List on NodeJS

i found example app on Redux documentation here http://rackt.org/redux/docs/basics/ExampleTodoList.html . 我在http://rackt.org/redux/docs/basics/ExampleTodoList.html上的Redux文档中找到了示例应用程序。

But have one question how to run it on nodejs server and preview the results on browser 但是有一个问题,如何在nodejs服务器上运行它并在浏览器上预览结果

Is beter if using expressjs as framework without using express generator. 如果将expressjs用作框架而不使用express生成器,那就更好了。

package.json there has all the packages requirements package.json具有所有软件包要求

use npm install to install all dependencies and then npm start 使用npm install安装所有依赖项,然后使用npm start

https://github.com/kweiberth/react-redux-todo-demo - This will come in handy for you - it isn't mine though. https://github.com/kweiberth/react-redux-todo-demo-这对您会很方便-虽然不是我的。

Just copy the repo and get started. 只需复制存储库即可开始使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM