This source code is part of How to Build Grails 3, MongoDB and Vue.js CRUD Web Application tutorial.
To run this locally:
- Clone this repo
- Go to client folder
cd client
- Run
npm install
- Back to root folder
cd ..
- Run
./gradlew bootRun --parallel
- Frontend address
localhost:3000
- API Address
localhost:8080