# react-webpack-starter-kit **Repository Path**: mirrors_stevemao/react-webpack-starter-kit ## Basic Information - **Project Name**: react-webpack-starter-kit - **Description**: React Webpack Starter Kit--- no Flux, Redux, Reflux, chose your own framework... - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-webpack-starter-kit Quickly start your next project with React/Webpack/ES6/... * No Redux,flux, clean React + Webpack ## Install it: ```bash git clone https://github.com/cht8687/react-webpack-starter-kit.git ``` ```bash cd react-webpack-starter-kit ``` You might want to remove the git files first before you start implement your awesome app: ```bash rm -rf .git git init ``` ```bash npm install ``` ```bash webpack-dev-server ``` #Then ```bash open http://localhost:8080/webpack-dev-server/ ``` ## License MIT