publish-react-app

1.0.1 • Public • Published

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. `

Readme

Keywords

Package Sidebar

Install

npm i publish-react-app

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • fenriswulf