Overview
Hello Blog is a blog system that follows the front-end and back-end separation principle, allowing developers to focus on the interface development without being tied to the back-end. It is built using React and has a beautiful sakura style. The project includes both a back-end API (helloblog) and a back-end administration system (helloblog-admin). The main purpose of the project is to provide a simple and easy-to-use blog system for bloggers.
Features
- Front-end and back-end separation: Hello Blog allows developers to focus on interface development by separating the front-end and back-end.
- API-based development: The blog system is built using an API-based approach, making it easy to integrate with other systems.
- Sakura style: The blog system has a beautiful sakura style, providing a visually appealing experience for users.
- Easy installation: Hello Blog can be easily cloned and set up for local development using yarn.
Installation
- Clone the project to your local machine.
- Open the “helloblog-sakura” folder and build the project using yarn.
- Start the project for local debugging.
- Set up proxy in “package.json” file by specifying the domain and port.
- Set the request prefix in “/src/lib/axios.js” file.
- Run the project and access the blog example at “https://preview.byteblogs.com/".
Summary
Hello Blog is a blog system that follows a front-end and back-end separation approach, allowing developers to focus on interface development. It provides a simple and easy-to-use blog system with a beautiful sakura style. The project includes both a back-end API and a back-end administration system. Installation of the system is straightforward, and the blog example can be accessed for preview.