数独应用
针对iOS的运行说明
npx react-native run-ios
- or -
• Open promodoro/ios/promodoro.xcworkspace in Xcode or run "xed -b ios"
• Hit the Run button
Android的运行说明
• Have an Android emulator running (quickest way to get started), or a device connected.
• npx r
数独
CLI命令
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
# run tests with jest and enzyme
npm run test