Lax
v0.6.6
在此处下载用于MacOS和Windows的应用程序!
对于其他平台,您必须构建自己的。
$ npm install
$ npm start用react/redux devtools启动这件事
$ npm run dev要皮棉,检查类型并运行测试
$ npm test在编写代码时,您可能想看事物
# run tests when code changes
$ npm run jest -- --watch
# check types when code changes
$ npm run flow -- --watch为您的操作系统构建可执行文件
$ npm run build