Todo list implemented using Go in the backend and Vue.js in the frontend. This project is meant to be a learning exercise but please feel free to raise issues or submit pull request if something is not working as expected (or even if you see code written in a non idiomatic way for the technology).
TBD
Please note the steps below were tested in macOS 10.14.6
and ubuntu TBD
but it should work in Windows as well, please report an issues if that is not the case.
git clone https://github.com/acautin/vuetogo.git
TBD
cd vuetogo/frontend
npm install
npm run build
TBD