Skip to main content

How does the frontend work?

The frontend was bootstrapped with Next.js. Next.js is a framework for building React applications with server-side rendering and other powerful features. You can learn more about Next.js in the official documentation.

Installation:

Move to the backend folder:

cd frontend
npm i
npm start