Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T10:35:24.000Z (over 1 year ago)
- Last Synced: 2023-12-05T18:49:15.529Z (about 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
```