0.0.1 • Published 6 years ago
react-to-s3 v0.0.1
Easy put React files to AWS S3 Bucket module.
Command line utility for fast and simple deployment React application to S3 Bucket through aws-cli.
Dependencies
aws-cliInstalation
npm install react-to-s3Usage
First run npm build to create directory /build with deployment files of
React applications.
Then:
node node_modules/react-to-s3/index <bucketName>0.0.1
6 years ago