1.0.1 • Published 6 years ago

publish-react-app v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

publish-react-app

Tool for publishing a react app publicly via S3

Exampe usage

npm install -g create-react-app publish-react-app
create-react-app myapp
cd myapp/
npm run build
AWS_ACCESS_KEY_ID={Your AWS key ID here} AWS_SECRET_ACCESS_KEY={Your AWS secret here} publish-react-app

What it does

So you've created a React app. Now you want to show it off to your friends and put it on the real internet. This tool does just that. Given a users AWS credentials, this tool will upload all of the contents generated by a project started by create-react-app and get a sharable link to the final product. `