# next-blog-web **Repository Path**: coderluojz/next-blog-web ## Basic Information - **Project Name**: next-blog-web - **Description**: 简约个人博客网站 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2023-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简约个人博客页面 #### 介绍 基于Next.js + Tailwind.css 搭建的前台个人博客页面,用于个人学习笔记记录及知识分享。 #### 软件架构 1. Next.js 2. Tailwind CSS 3. TypeScript 4. Redux 5. react-redux 6. redux-thunk #### 安装教程 1. 拉取代码: ``` git clone https://gitee.com/coderluojz/next-blog-web.git ``` 2. cd 到指定文件夹并安装依赖 ``` cd next-blog-web && yarn ``` or ``` cd next-blog-web && npm install ``` #### 使用说明 1. 启动项目 ``` yarn dev ``` or ``` npm run dev ``` 2. 打包项目 ``` yarn build ``` or ``` npm run build ```