Technical requirements
You need the following prerequisites for developing and executing the code:
- You should be familiar with JavaScript—data types, variables, functions, loops, and array methods such as
map()
,Promises
, andasync
, and so on. - Node.js 14.x with Node Package Manager (npm) 6.x (and optionally,
yarn
, which you can install usingnpm install yarn -g
). - Visual Studio Code (VS Code)—a free source code editor.
- React 17 libraries that will be included when you use
create-react-app
.
Let's get the ball rolling!
Please visit the following link to check the code: https://github.com/PacktPublishing/Modern-API-Development-with-Spring-and-Spring-Boot/tree/main/Chapter07/ecomm-ui