Skip to content

doporg/Mictract-go-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d76688 · Apr 20, 2021
Apr 20, 2021
Feb 26, 2021
Apr 20, 2021
Apr 18, 2021
Apr 20, 2021
Feb 26, 2021
Feb 26, 2021
Feb 26, 2021
Feb 27, 2021
Feb 26, 2021
Feb 26, 2021
Feb 26, 2021
Apr 20, 2021
Apr 20, 2021
Apr 20, 2021

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