# react-blog **Repository Path**: wonderfreer/react-blog ## Basic Information - **Project Name**: react-blog - **Description**: 使用React/Webpack/Babel/Eslint/material-ui开发个人博客项目。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2017-12-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Develop a blog with React/Webpack/material-ui Develop a blog with React, Webpack, Babel, Eslint, documentation.js and material-ui. And I will record all resources and process through the entire development of the project. ## Run 1. `npm install yarn -g` 2. `yarn install` 3. `yarn start` for develop 4. `yarn build` for production ## API 1. [API](https://github.com/codingplayboy/react-blog/blob/master/API.md) ## Development Process 1. [Webpack自动化构建实践指南](https://github.com/codingplayboy/react-blog/blob/master/docs/initWebpack.md)