https://github.com/bohdanmoroziuk/qwitter
A primitive Twitter clone built with Quasar.
https://github.com/bohdanmoroziuk/qwitter
app-clone date-fns firebase quasar twitter-clone vuex
Last synced: about 1 year ago
JSON representation
A primitive Twitter clone built with Quasar.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/qwitter
- Owner: bohdanmoroziuk
- License: mit
- Created: 2021-03-06T11:17:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T10:35:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T04:31:26.151Z (over 1 year ago)
- Topics: app-clone, date-fns, firebase, quasar, twitter-clone, vuex
- Language: JavaScript
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qwitter (qwitter)
> A primitive Twitter clone built with Quasar.
## Install the dependencies
```bash
npm install
```
### Start the app in development mode
```bash
quasar dev
```
### Lint the files
```bash
npm run lint
```
### Build the app for production
```bash
quasar build
```