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