This is a Next.js project bootstrapped with create-next-app
.
Before running the development server: open terminal and run:
npm install
then
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
after doing this, you need to run the Springboot application(backend server) to be able to view the data(follow the README instructions). then,
Open http://localhost:3000 with your browser to see the result.