Build with React, antd, styled-components.
# create your .env file
cp .env.example .env
# update your environment variable
vim .env
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn start
# build for production with minification
yarn build