# clone the project
git clone https://github.com/lgf196/ant-simple-pro.git
# enter the project directory
cd ant-simple-pro
#choose the version you like
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:3000
# Package testing service
npm run build:alpha
# Package pre-release service
npm run build:preprod
# Package formal service
npm run build:prod