Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

ReactStartKit

React16 + Redux + Redux-Sagas + Webpack4 + React-Router4

  • webpack dev server + autoprefixer

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:3001
npm start

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
  1. 安装 npm install
  2. 启动服务 npm start
  3. 发布 npm run build
  4. 启动 Webpack hot loader npm run dev

ChangeLog: 升级到webpack4,babel7 重新安装依赖 加上包分析工具,去掉moment包,自写moment函数 更偏工程化,升级eslint、prettier,适合大型项目的脚手架

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.