https://github.com/belchenkov/quasagram
Create a Beautiful Instagram-Style Progressive Web App with Vue, Quasar, Firebase, NodeJS & Express
https://github.com/belchenkov/quasagram
android expressjs firebase node pwa quasar sass vuejs
Last synced: 3 months ago
JSON representation
Create a Beautiful Instagram-Style Progressive Web App with Vue, Quasar, Firebase, NodeJS & Express
- Host: GitHub
- URL: https://github.com/belchenkov/quasagram
- Owner: Belchenkov
- Created: 2020-11-23T14:39:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T06:36:00.000Z (about 4 years ago)
- Last Synced: 2025-03-02T17:48:32.214Z (over 1 year ago)
- Topics: android, expressjs, firebase, node, pwa, quasar, sass, vuejs
- Language: Vue
- Homepage:
- Size: 675 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasagram
> Create a Beautiful Instagram-Style Progressive Web App with Vue, Quasar, Firebase, NodeJS & Express
## Install the dependencies
```bash
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).