Why does the AWS Mobile Hub Starter project not use the npm aws-sdk package, and TypeScript definitions provided by Amazon?
Any plans to update?
Why does the AWS Mobile Hub Starter project not use the npm aws-sdk package, and TypeScript definitions provided by Amazon?
Any plans to update?
Feel free to create a Pull Request on Github, it is Open Source after all.
Very true!
Is there a write-up on how to pull down these Starter projects and develop them? I cloned and created a branch, but I don’t know how to convert the cloned source to an ionic project. After clone, I get:
ionic serve can only be run in an Ionic project directory.
Run ionic start
for the starter you want and watch the output of the CLI. (It downloads https://github.com/ionic-team/ionic2-app-base first and then installs the starter over it to create a complete working project.)