Development of Graphical User Interface - Getting Started Project Open the project folder using VSCode Frontend Using VSCode's terminal, navigate into the frontend folder using cd frontend. Install the necessary Node modules by executing npm install. Start the development server via npm run dev. Backend Using VSCode's terminal, navigate into the backend folder using cd backend. Install the necessary Node modules by executing npm install. Start the development server via npm run dev.