Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athaoo/athaoo-blog
https://github.com/athaoo/athaoo-blog
blog javascript koa react typescript vite webpack
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/athaoo/athaoo-blog
- Owner: Athaoo
- Created: 2023-04-15T12:05:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T12:56:28.000Z (about 1 year ago)
- Last Synced: 2025-02-01T17:44:34.175Z (3 days ago)
- Topics: blog, javascript, koa, react, typescript, vite, webpack
- Language: TypeScript
- Homepage:
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Athaoo Blog
个人博客项目, 记录从0搭建react全栈
前端技术栈: react18 + vite4 + react-router-v6 + antd + tailwindcss
后端技术栈: koajs + mysql + sequelize
线上 [http://154.8.162.201/blog]### fe
[https://github.com/Athaoo/athaoo-blog]
1. cd /fe
2. yarn install`yarn dev` 启动前端
`/admin.html`以访问 admin 管理### be
[https://github.com/Athaoo/athaoo-blog-be]
1. cd /be
2. yarn install`yarn dev` 启动后端