Skip to content

doporg/Mictract-go-client

Repository files navigation

mictract

A front-end app for Mictract.

WIP

Deployment

Development Env

Note: Running in this mode will lose a part of antd styles, because some styles are not counted for dynamic compilation.

yarn install
yarn dev

Production Env

SSR is the default option.

yarn install
yarn build
yarn start