Dataminer handles data conversions from google spreadsheets/calendars to dynamodb.
build & development
Update NodeJS to version 4+
Install Angular 2 cli
$npm install -g angular-cli
Create app
$ng new dataminer
Serve on local host
$ng serve
Add component
$ng generate component simKVP
testing
$ng test
build and deploy
to generate dist folder
$ng build
to deploy:
$ sh publishToEC2.sh
references:
https://github.com/thelgevold/angular-2-samples/blob/master/index.html
https://auth0.com/blog/2015/10/15/angular-2-series-part-3-using-http/