https://github.com/skatesham/blog-ionic-firebase-osi
Simple blog build with Ionic and Firebase, available in:
https://github.com/skatesham/blog-ionic-firebase-osi
deprecated ionic3 pwa
Last synced: about 19 hours ago
JSON representation
Simple blog build with Ionic and Firebase, available in:
- Host: GitHub
- URL: https://github.com/skatesham/blog-ionic-firebase-osi
- Owner: skatesham
- Created: 2020-02-20T03:09:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:03:01.000Z (over 3 years ago)
- Last Synced: 2023-03-07T06:17:31.313Z (over 3 years ago)
- Topics: deprecated, ionic3, pwa
- Language: TypeScript
- Homepage: https://blog-osi.firebaseapp.com/
- Size: 2.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-ionic-firebase-osi
Simple blog build with Ionic and Firebase.
## How to run
In order to run the application you have to run the following commands on a bash:
```
git clone https://github.com/skatesham/blog-ionic-firebase-osi.git
cd blog-ionic-firebase-osi
npm install
ionic serve
```
The progressive web app (PWA) will be available throw the link:
> http://localhost:8100
But it's also available on firebase:
> https://blog-osi.firebaseapp.com/
## Features
The develop features are:
- Create Post
- Show Post
Future could be:
- Authentication
- Better design
- Infinite Scroll
## Tools
The used tool for build this progressive web app (PWA):
- Ionic 5+
- Firebase Firestore (Database)
- Firebase Hosting (Hosting server)
Created by Sham Vinicius Fiorin