Skip to content

chshouyu/react-gallery-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-gallery-demo

使用Reactjs开发的示例

效果如图所示

image

点此可以在线查看

本项目面向移动端,所以最好在移动设备中查看,可以扫描如下二维码在移动设备中打开

image

运行

本项目使用webpack构建,运行前请先安装webpack

$ npm i -g webpack webpack-dev-server

clone项目

$ git clone https://github.com/chshouyu/react-gallery-demo.git
$ cd react-gallery-demo/
$ npm i
$ npm run dev

在浏览器中打开http://localhost:8090即可看到页面