Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```