Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

---