You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Full Stack Blog app where users can create & publish their own blogs and browse through others to show appreciation by liking and sharing their ideas.
Run both frontend (Port: 3000) and backend (Port: 5000) simultaneously
cd server/
npm run dev
Run both frontend (Port: 3000) and backend (Port: 5000) manually
cd client/
npm start
cd ../server
npm run server
About
A Full Stack Blog app where users can create & publish their own blogs and browse through others to show appreciation by liking and sharing their ideas.