Generate api definitions for web from protocol buffers file
Checkout source code from the repo
Run command in the root directory:
./gradlew sample:backend:bootRun
or in Windows
./gradlew.bat sample:backend:bootRun
Install node.js first, then use npm
or yarn
to run the command:
cd sample/frontend
npm install
npm start
Visit the frontend: http://localhost:4200
If you are interested in reporting/fixing issues and contributing directly to the code base, please see CONTRIBUTING.md for more information on what we're looking for and how to get started.