Skip to content

NinePiece2/Public-Library-System

Repository files navigation

Requirements

  • .NET 9 SDK/Runtime Installed
  • NodeJS

Getting Started

First, run the development server:

cd PublicLibrarySystem-UI
npm install
npm run dev:full

This command runs both the FrontEnd and Backend together.