Skip to content
/ xcblog Public

golang, react, mongodb,typescript写的个人博客网站

License

Notifications You must be signed in to change notification settings

ironxc/xcblog

Repository files navigation

golang, react, mongodb,typescript写的个人博客网站

部署

后端部署 安装go的依赖

编译打包golang: go build -o app

启动go应用: pm2 start ./pm2.comfig.js

前端部署 cd web

编译生成html,js等静态资源:yarn build, 采用nginx代理静态资源

登录页

登录页

加载文章

加载文章

编辑文章

加载文章

管理文章

加载文章

LICENSE

MIT