You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 安装依赖
npm install || yarn install
# 启动服务,浏览器打开localhost:8080
npm run dev || yarn run dev
# build for production with minification
npm run build
# 启动node服务,需开启mongoodb
node server/server