MERN STACK + TYPESCRIPT + REDUX | LEARNTIME BLOG MERN Stack Build a blog app using MERN + Typescript + Redux + Bootstrap 5 + ReactQuill + Socket.io + Twilio Register, login with Email or Phone number. Quick login with Google, Facebook, SMS. Forgot password, reset password and register a new account by Email or SMS verification. Update personal information (name, password and avatar) Create new blog with React quill. Comment realtime with Socket.io Pagination, search with autocomplete Mongodb Importent Informetion Please Login with Google or Facebook We facing some issue with sending Mail and SMS Demo: https://learn-time.herokuapp.com/ Author: KHAILENDRA PRASAD Install dependencies for server npm install Install dependencies for client cd client ---> npm install Connect to your mongodb and add info in .env Run the Express server only npm run dev Run the React client only cd client ---> npm start Server runs on http://localhost:5000 and client on http://localhost:3000 Interface Defoult Home Page User Home Page Blog Page Comments Create Blog Page Login Page Register Page Profile Page