Skip to content

VueFujuntao/React-app-Imooc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-app-Imooc

技术栈

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

项目运行

# clone project
git clone git@github.com: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