Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 386 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 386 Bytes

React-app-Imooc

技术栈

ES6/7 + React 16.7.0 + react-redux 6.0.0 + webpack 4.19.1

项目运行

# clone project
git clone [email protected]:VueFujuntao/React-app-Imooc.git

# Switching path
cd React-app-Imooc

# install dependencies
npm install

# serve with hot reload at localhost:8888
npm run start

# build for production with minification
npm run build