Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codediodeio/ionic4-master-course
Source Code for the Ionic 4 Master Course
https://github.com/codediodeio/ionic4-master-course
Last synced: 19 days ago
JSON representation
Source Code for the Ionic 4 Master Course
- Host: GitHub
- URL: https://github.com/codediodeio/ionic4-master-course
- Owner: codediodeio
- Created: 2018-08-18T19:56:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:24:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T07:02:35.950Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://fireship.io/courses/ionic
- Size: 13 MB
- Stars: 67
- Watchers: 11
- Forks: 45
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Ionic4 + Firebase Master Course
- [Enroll in the Course](https://fireship.io/courses/ionic)
- [Try the Live Demo](https://ionic4-fire.web.app/).Build a complete cross-platform app for the web, iOS, and Android using Ionic v4 (Angular) & Firebase.
## Features
- Ionic v4 + Angular Fundamentals
- App Intro Slider
- Routing & Navigation
- User Authentication
- Firestore Realtime CRUD
- Firebase Cloud Messaging (Push Notifications)
- Cloud Functions with NodeJS
- Native Packaging and Deployment## Install
```
npm i ionic -g
npm i firebase -ggit clone my-project
cd my-projectnpm install
ionic s
```