Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 470 Bytes

README-zh.md

File metadata and controls

36 lines (24 loc) · 470 Bytes

准备工作

安装 grinder :

$ dart pub global activate grinder

安装 Protocol Buffers :

$ brew install protobuf

安装protoc:

$ dart pub global activate protoc_plugin

运行

执行flutter pub get:

flutter pub get

启动 Server :

$ FLUTTER_VERSION="3.3.0" grind serve

后端服务运行在8082端口。