Skip to content
/ todo_app Public

golang後端搭配 react前端實作待辦清單網站

Notifications You must be signed in to change notification settings

lya79/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

待辦事項網站

關鍵字

  • Golang
  • Beego
  • React
  • React-Redux
  • Material-UI
  • RESTful-API
  • JWT

說明

此專案練習建構待辦清單網站,後端以 beego建構,前端則以 react建構。利用 material-ui的 Grid system製作 RWD響應式網站。

預覽

image image image image

安裝

STEP 1. 專案 clone至 GOPATH的 src目錄底下

STEP 2. 安裝 beego套件

STEP 3. 安裝 Node.js

附錄

測試執行後端

切換至 todo_app/serivce/

$ cd service

啟動後端服務

$ bee run

安裝前端相關模組

切換至 todo_app/web/

$ cd web

啟動前端服務

$ npm install

測試執行前端

切換至 todo_app/web/

$ cd web

啟動前端服務

$ npm run start

安裝 redux相關套件

$ npm install --save redux
$ npm install --save react-redux

參考

About

golang後端搭配 react前端實作待辦清單網站

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published