A simple Trello clone with Vue.js and Golang.
https://x-color.github.io/vue-trello/
The demo uses localstorage instead of DB server.
Prerequisite Tools
- Git
- Go
- npm
Install
git clone https://github.com/x-color/vue-trello.git
cd vue-trello
make install
Run
make run
MIT