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

https://github.com/binbytes/besocial

Frontend of BeSocial built in Nuxt.js, Vue.js. A social web platform like twitter. Post, Realtime messaging, Likes, Comments.
https://github.com/binbytes/besocial

nuxt nuxtauth nuxtjs social-network spa vue vuejs webapplication

Last synced: 5 months ago
JSON representation

Frontend of BeSocial built in Nuxt.js, Vue.js. A social web platform like twitter. Post, Realtime messaging, Likes, Comments.

Awesome Lists containing this project

README

          

# BeSocial

> Frontend of BeSocial built in Nuxt.js, Vue.js. A social web platform like twitter. Post, Realtime messaging, Likes, Comments.

> Laravel Backend:- https://github.com/binbytes/laravel-besocial-api

## Build Setup

``` bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start
```