文件名称:blog-frontend
文件大小:217KB
文件格式:ZIP
更新时间:2024-05-20 02:08:50
JavaScript
博客前端 入门 要使前端在本地运行: 克隆此仓库 npm install安装所有必需的依赖项 npm start启动本地服务器(此项目使用create-react-app) 转到 功能概述 该示例应用程序是一个社交博客网站。 常规功能: 通过JWT对用户进行身份验证(“登录/注册”页面+“设置”页面上的“注销”按钮) 获取并显示朋友的帖子 建立讯息 关注其他用户
【文件预览】:
blog-frontend-master
----.env(14B)
----public()
--------manifest.json(298B)
--------index.html(2KB)
--------favicon.ico(4KB)
----yarn.lock(233KB)
----src()
--------constants()
--------redux()
--------services()
--------containers()
--------index.css(341B)
--------App.scss(174B)
--------.babelrc(33B)
--------core()
--------components()
--------helpers()
--------config()
--------registerServiceWorker.js(4KB)
--------api()
--------App.jsx(779B)
--------App.css(179B)
--------index.js(254B)
----README.md(514B)
----.gitignore(1007B)
----package-lock.json(712KB)
----package.json(2KB)