/redux_react_start_kit

Primary LanguageJavaScriptMIT LicenseMIT

安装依赖

npm install

启动测试环境

npm start

build

npm run build

build生成的文件在dist目录

测试build生成的文件

npm install http-server -g
cd dist && http-server