Skip to content

京东首页构建

Notifications You must be signed in to change notification settings

gitforalan/react

Repository files navigation

React-Demo

基于Reactjs && Node 通讯的简单演示

  • Reactjs && ES6 && webpack构建移动端京东首页
  • 基于文件系统的Node.js服务端

Mou icon

安装与运行程序

克隆项目

> $ git clone https://github.com/CanFoo/react.git 

分别进入react目录和server目录下安装依赖包

> $ npm install 

在server目录下启动后台服务

> $ npm run start 

在react目录下启动webpack服务

> $ npm run dev 

发布项目文件命令

> $ npm run build 

执行完npm run dev命令后,打开浏览器 http://localhost:8080/运行项目,后台服务端口为 3000

后台接口(jsonp请求)

轮播图模块

http://localhost:3000/data/swiper 

更多服务功能

http://localhost:3000/data/otherapp 

秒杀折扣

http://localhost:3000/data/spike 

更多种类选择

http://localhost:3000/data/more 

猜你喜欢

http://localhost:3000/data/like 

About

京东首页构建

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript76.1%
  • CSS20.9%
  • HTML3.0%