lovli.js
lovli.js 介绍
开发react+redux应用程序的样板,利用rethinkdb/horizon 作为实现数据库并且用express作为服务器 。
安装
$ git clone --depth=1 https://github.com/flipace/lovli.js
$ cd lovli.js
$ npm i
运行
$ npm start # starts app in dev mode
$ npm run prod # starts server in production mode
$ npm run build # builds source files in .build/
$ node .build/server.bundle.js # starts server (after you built with npm run build)
GitHub:https://github.com/flipace/lovli.js
网站描述:让你在几分钟内开发实时应用程序