This tutorial assumes you have completed the API backend tutorial. including all the Setup procedures. These client instructions incrementally add to those backend API instructions.
Downloading Bootstrap CSS
This client tutorial uses Bootstrap for convenience, since it provides a nice
UI with default settings.
Download the latest Bootstrap and copy the
CSS file bootstrap.css
into the backend API
project directory you created in the
API backend tutorial:
copy the file to the project subdirectory src/main/webapp/bootstrap/css
.
You don't need to make any edits to the copied CSS file.