Just like the repo title says: Angular1 with ES6 to S3 bucket boilerplate project using Webpack
Live Demo: https://mikatalk.github.io/angular-es6-s3-boilerplate/
npm install
npm run build
npm run dev
Create a file aws.private.json
containing you AWS credentials. For example:
{ "accessKeyId": "ABCDEFGHIJKL", "secretAccessKey": "abcd12345efghjkl+yolo" }
Then run:
npm run release