Skip to content

sebastienguillon/ionic3-testbed

Repository files navigation

Ionic 3 Testbed

An Ionic 3 Testbed to test anything proper to Ionic 3 and underlying frameworks and technologies, like:

Focus

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.

TSLint rules

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
  }
}

Installation

No particular setup, just clone this repo and install npm dependencies.

Licence

Feel free to fork, copy or use any part of this project but please send feedback.