sosconf 2019 Official Website(V2.2) sosconf 2019
The mirror of sosconf 2019 official website source code.
npm install cnpm yarn -g
cnpm install create-react-app react-scripts -g
yarn install
npm start
npm run build
.
├── ...
├── src
│ ├── i18n # Internationalization data
| ├── pages # Router pages
| ├── themes # CSS stylesheets
| | ├── ...
| | ├── common.css # Common CSS stylesheet
| | ├── animate.css # CSS stylesheet for animation
| | └── ...
| ├── actions # These 3 folders are temporary Redux solution for internationalization
| ├── reducers
| ├── stores
│ └── ...
├── build.sh # Script for everything from downloading node to building
└── ...