# starter **Repository Path**: xiaobin80/starter ## Basic Information - **Project Name**: starter - **Description**: A very basic (sample only) starter for playing with Redux - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-08 - **Last Updated**: 2023-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # starter A very basic (sample only) starter for playing with Redux [fork](https://github.com/redux-book/starter) ## changelog - Change the default port to 8181 package.json: ```xml "start": "webpack-dev-server --hot --progress --port 8181" ``` - mode fixed WARNING in configuration: The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/concepts/mode/ webpack.config.js: ```js mode: 'development', ``` - cli must be install [webpack-cli](https://www.npmjs.com/package/webpack-cli) package.json: ``` "webpack-cli": "^5.1.4" ``` ### v5 change > webpack v5.x move "index.html" to "public/index.html" ## run ```bash git clone https://gitee.com/xiaobin80/starter.git cd starter npm install npm start ``` # Licenses .NET Core repos typically use either the [MIT](https://gitee.com/xiaobin80/starter/blob/master/LICENSE.txt) or [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) licenses for code.