# sc-web **Repository Path**: alpgo/sc-web ## Basic Information - **Project Name**: sc-web - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 技术栈 - React - ant design # deploy ## script: - `npm install` - `npm run build` - `docker build -t mysite-frontend .` - `docker run --name mysite-frontend --net=host -d -p 80:80 mysite-frontend` # Available Scripts - `npm start` - `npm test` - `npm run build`