pxls00 / socialex-client

SocialeX

Home Page:https://socialex-static.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SocialeX

This is my social media Universal Website (SSR) Nuxtjs based startup project. I am using firebase store for this project file store, yes you can say - "aws s3" but since s3 is paid i used free way and firebase store, as for deployment i could use firebase deploy or heroku but since they are paid i started looking for free way but still i can't find free vps hosting either( so i settled on vercel. Since vercel hosting service doesn't have ssr hosting server, I had to host in spa view ( Apologies in advance for slowing down my project… In my SocialeX project, you can create random posts for yourself and comment on posts, etc. static deploy - https://socialex-static.vercel.app/ static app - https://github.com/pxls00/socialex-static

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn generate

For detailed explanation on how things work, check out the documentation.