yarn
开发环境:
yarn start
打开http://localhost:3000
构建:
yarn run build:client
构建与运行:
yarn run build
yarn run start:prod
打开http://localhost:8001
yarn
开发环境:
yarn start
打开http://localhost:3000
构建:
yarn run build:client
构建与运行:
yarn run build
yarn run start:prod
打开http://localhost:8001