mikatalk / angular-es6-s3-boilerplate

Just like the repo title says: Angular1 with ES6 to S3 bucket boilerplate project using Webpack

Home Page:https://mikatalk.github.io/angular-es6-s3-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-es6-s3-boilerplate

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/

Install/Setup

npm install

npm run build

Dev

npm run dev

Release to S3

Create a file aws.private.json containing you AWS credentials. For example:

{ "accessKeyId": "ABCDEFGHIJKL", "secretAccessKey": "abcd12345efghjkl+yolo" }

Then run: npm run release

About

Just like the repo title says: Angular1 with ES6 to S3 bucket boilerplate project using Webpack

https://mikatalk.github.io/angular-es6-s3-boilerplate/

License:MIT License


Languages

Language:JavaScript 85.8%Language:HTML 8.4%Language:CSS 5.7%