Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 408 Bytes

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

# 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