An Ionic 3 Testbed to test anything proper to Ionic 3 and underlying frameworks and technologies, like:
- Sass
- Angular in general, but specifically Angular 5
- RxJS 5
- Ionic Native
- Other Cordova plugins
- more...
This project is an experimental testbed but I intend to use only recommended and best-practices so that it can serve as a reference repository for my other projects.
In that regard I am using the TSLint rules for Ionic created by the Ionic Team (in strict mode), with one TSLint configuration exception (as this is a testbed):
{
"extends": "tslint-ionic-rules/strict",
"rules": {
"no-console": false
}
}
No particular setup, just clone this repo and install npm dependencies.
Feel free to fork, copy or use any part of this project but please send feedback.