The client side of the BlogHub application. Allowing users to effortlessly manage blogs, it features user-friendly login/signup, seamless CRUD operations, and efficient post management.
Built using ReactJS, Redux & MaterialUI.
- Clone the repository
- Install the dependencies listed in package.json using
npm install - Run the app using
npm start - Create .env file in home directory
- Add the backend link to the .env file
REACT_APP_BACKEND_API="BackendLink"