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.
- Host: GitHub
- URL: https://github.com/binbytes/besocial
- Owner: binbytes
- Created: 2019-01-08T06:10:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T10:36:33.000Z (almost 7 years ago)
- Last Synced: 2025-07-18T10:51:20.427Z (7 months ago)
- Topics: nuxt, nuxtauth, nuxtjs, social-network, spa, vue, vuejs, webapplication
- Language: Vue
- Homepage:
- Size: 565 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```