Skip to content

nimo-mo/react-pretty-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react pretty router with gulp & webpack

##开发环境 ###在开始之前请安装node.js, gulp, gulp-cli

下载nodejs https://nodejs.org/en/ (for windows & OSX)

以下方法仅适用于OSX(全局安装npm模块时无需sudo,推荐)

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew update

export PATH="/usr/local/bin:$PATH"

brew install node

npm install gulp gulp-cli -g

##进入项目根目录安装依赖 cd path/to/react-pretty-router

npm install

##开启实时编译 gulp watch

##启动服务 cd path/to/react-pretty-router (open a new terminal window or tab)

npm start

http://localhost:4096/

##打包构建 gulp build

##相关资料 gulp gulp

react react

nodejs nodejs

webpack webpack

About

create react app with pretty router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published