https://github.com/datencia/ionic-theming-example
This sample repo shows how to theming your Ionic app
https://github.com/datencia/ionic-theming-example
ionic ionic3 theming
Last synced: 3 months ago
JSON representation
This sample repo shows how to theming your Ionic app
- Host: GitHub
- URL: https://github.com/datencia/ionic-theming-example
- Owner: datencia
- Created: 2017-08-26T10:10:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T19:00:13.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T18:16:13.202Z (over 1 year ago)
- Topics: ionic, ionic3, theming
- Language: TypeScript
- Homepage: https://datencia.github.io/ionic-theming-example/
- Size: 3.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Theming Example
This sample repo shows how to theming your Ionic app. It's based on the post [Dynamic Theming Your Ionic App](https://devdactic.com/dynamic-theming-ionic/) By Simon Grimm.
## Prerequisites
Install [Node.js and npm](https://nodejs.org/en/) if they are not already installed on your computer.
> Verify that you are running at least node v6.x.x and npm 3.x.x by running node -v and npm -v in a terminal / console window. Older versions may produce errors.
Install [Ionic](http://ionicframework.com/) if it is not already installed on your computer.
## Steps
- Clone this repo into a new project folder if it's not already done.
```bash
$ git clone https://github.com/datencia/ionic-theming-example.git
```
- Install the npm packages described in the `package.json` and verify that it works:
```bash
$ npm install
```
- Execute the example:
```bash
$ ionic serve
```
- Then, load http://localhost:8100/ in a browser to see the output.
