An open API service indexing awesome lists of open source software.

https://github.com/future-team/react-redux-es6-pc-template

用于快速创建基于pc端react+redux+es6开发的前端项目
https://github.com/future-team/react-redux-es6-pc-template

Last synced: 20 days ago
JSON representation

用于快速创建基于pc端react+redux+es6开发的前端项目

Awesome Lists containing this project

README

          

pc端脚手架项目

## 仓库地址修改

- 下载此项目至本地,修改项目名称和package.json、cortex.json里的信息;
```bash
$ git init
$ git add README.md
$ git commit -m "first commit"
$ git remote add origin {你的仓库地址} 例如:git remote add origin git@github.com:mtuan-f4/react-redux-es6-pc-template.git
$ git push -u origin master
```

- …or push an existing repository from the command line
```bash
$ git remote add origin git@github.com:future-team/react-redux-es6-pc-template.git
$ git push -u origin master
```

然后就正常开发和提交代码;

## 启动本地环境

cnpm install
运行 npm run dev 进入调试
运行 npm run build 打包

## 技术支持暂时请联系
min.xiao xiaogang.huang