Streamline Deployments to AWS S3 with a Deploy Script in package.json

InstructorSam Julien

Share this video with your friends

Send Tweet

To streamline the build and deploy process it's a good idea to create a deploy script in your package.json. The script is aws s3 sync and then the path to the build folder and the URL to your S3 bucket.