简单的React UI
安装依赖
# Install project dependencies.
npm install
开发环境
# Local development
npm run dev
# Test command
npm run test
# Cleanup
npm run clean
生产环境
# Create production-ready build artifacts.
npm run release
# Review production-ready build arti