# webpack-react **Repository Path**: alanhaledc/webpack-react ## Basic Information - **Project Name**: webpack-react - **Description**: Webpack 搭建 React 开发环境 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack-react > 使用 Webpack 搭建 React 开发环境 [Use TypeScript](https://github.com/haledc/webpack-react/tree/ts) ## 实现功能 - ES6 - React - Scss/css (modules / autoprefixer) - Linter (ESLint + Prettier) ## 启动 ```bash # install node_modules yarn # or npm install # development env yarn dev # production env yarn build yarn start ```