Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firminoweb/ionic-start-theme
📱 Ionic(Angular) start theme (v2.0.0) with: Angular 15, @ionic/angular 6, Capacitor 4, Swiper 8 and more.
https://github.com/firminoweb/ionic-start-theme
angular angular15 capacitor capacitorjs ionic ionic-angular ionic-apps ionic-framework ionic-starter ionic-template ionic-theme ionic6 ionicframework starter-template
Last synced: 4 days ago
JSON representation
📱 Ionic(Angular) start theme (v2.0.0) with: Angular 15, @ionic/angular 6, Capacitor 4, Swiper 8 and more.
- Host: GitHub
- URL: https://github.com/firminoweb/ionic-start-theme
- Owner: firminoweb
- License: mit
- Created: 2018-04-26T13:11:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T19:22:34.000Z (about 1 year ago)
- Last Synced: 2025-01-26T18:07:03.629Z (11 days ago)
- Topics: angular, angular15, capacitor, capacitorjs, ionic, ionic-angular, ionic-apps, ionic-framework, ionic-starter, ionic-template, ionic-theme, ionic6, ionicframework, starter-template
- Language: TypeScript
- Homepage: https://ionic-start-theme.vercel.app
- Size: 11.9 MB
- Stars: 291
- Watchers: 18
- Forks: 173
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic Start Theme (v2.0.0)
**Ionic(Angular) start theme** Latest Ionic version (6+) starter theme with Angular. Experiencing the best of new features to start your project.
## Built with
* Ionic CLI 6+
* Angular 15+
* @ionic/angular 6.5+
* Capacitor 4+
* Swiper 8+
* Animate.css 4+
* Chart.js 4+---
## General features
* **15+ Pages**
* Guards sample
* Tabs structure
* Services sample
* Lazy loading
* Android/iOS ready
* Components and Actions samples---
## Requirements
* Node 16+
* Npm 8+
* Ionic CLI 6+See more here [Ionic Docs](https://ionicframework.com/docs)
---
## Installing / Serve / Prod
```
$ npm i
$ ionic serve or $ npm start
$ ionic build --prod or $ npm run prod
```---