Skip to content

DongWeiMa/create-react-app-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

手机html5项目例子

基于create-react-app+ant-design-mobile

app中定义路由

npm start npm run build

nginx设置

当找不到静态资源就走反向代理,到index.html 文件 location / { try_files $url @be; }

location @be{= proxy_pass http://host; }

About

create-react-demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published