https://github.com/noentiger/ionic2-app-starter
Ionic 2 boilerplate using JWT authorization, file upload etc.
https://github.com/noentiger/ionic2-app-starter
amazon-s3-bucket angular2 ionic2 rest-api typescript
Last synced: 2 months ago
JSON representation
Ionic 2 boilerplate using JWT authorization, file upload etc.
- Host: GitHub
- URL: https://github.com/noentiger/ionic2-app-starter
- Owner: noentiger
- License: mit
- Created: 2017-02-16T14:45:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T15:03:48.000Z (over 9 years ago)
- Last Synced: 2025-06-05T18:48:07.759Z (about 1 year ago)
- Topics: amazon-s3-bucket, angular2, ionic2, rest-api, typescript
- Language: TypeScript
- Size: 981 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ionic2-app-starter
Starter kit is based on Ionic 2. [Read the docs](http://ionicframework.com/docs/v2/).

You need to install the Ionic CLI to run this application
```term
$ $ npm install -g ionic@beta
```
## Get Started
Clone this repository:
```term
$ git clone git@github.com:noentiger/ionic2-app-starter.git && cd $_
$ npm install
$ ionic serve
```
## Use API and Amazon S3
Update the `API_ENDPOINT` and `AMAZON_S3_SERVICE` constants in [constants.ts](app/constants.ts)
## Licensing
Copyright 2016 Kim Wijk
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.