Skip to content

A standard create-react-app design, with react-router

Notifications You must be signed in to change notification settings

even-today/react-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本地测试

node version >= 10.12.0 npm run start

上线

git checkout dev
npm run build_dev
git add .
git commit -m 'msg'
git push origin dev
npm run publish_test

上线 Test 环境

git checkout test
npm run build_test
git add .
git commit -m 'msg'
git push origin test
npm run publish_test

上线 Prod 环境

git checkout master
npm run build_prod
git add .
git commit -m 'msg'
git push origin master
npm run publish_prod

About

A standard create-react-app design, with react-router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published