/react-egg-forum

前端技术栈:react+ts+antd,后端技术栈:egg+sequelize+Mysql,实现音乐播放,论坛留言等功能

Primary LanguageJavaScript

基于react+ts+egg+sequelize的仿网易云论坛

前端:react+ts 后端:egg+sequelize 感兴趣的朋友们点个star⭐️~

前端启动命令cd frontend && yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

后端启动命令cd backend && npm run dev

Runs the app in the development mode.
Open http://localhost:7000 to view it in the browser.

注意先配置好数据库(目录位于backend/config/config.default.js)