https://github.com/patrickgdl/scholar
PWA for a fake school application, with classes and student unique card
https://github.com/patrickgdl/scholar
angular firebase ionic
Last synced: 2 months ago
JSON representation
PWA for a fake school application, with classes and student unique card
- Host: GitHub
- URL: https://github.com/patrickgdl/scholar
- Owner: patrickgdl
- Created: 2023-03-02T01:27:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T17:58:51.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T06:14:16.911Z (about 1 year ago)
- Topics: angular, firebase, ionic
- Language: TypeScript
- Homepage:
- Size: 16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scholar
This application is purely a kitchen-sink demo of an PWA for a **fake** school application, with student classes and student unique card.

## Table of Contents
- [Getting Started](#getting-started)
- [Deploying](#deploying)
- [Progressive Web App](#progressive-web-app)
- [Android](#android)
- [iOS](#ios)
## Getting Started
- [Download the installer](https://nodejs.org/) for Node LTS.
- Install the ionic CLI globally: `npm install -g ionic`
- Clone this repository: `git clone https://github.com/patrickgdl/scholar.git`.
- Run `npm install` from the project root.
- Run `ionic serve` in a terminal from the project root.
- Profit. :tada:
## Deploying
### Progressive Web App
1. Run `ionic build --prod`
2. Push the `www` folder to your hosting service
### Android
1. Run `ionic cordova run android --prod`
### iOS
1. Run `ionic cordova run ios --prod`