This is the frontend UI for the NGS360 project, built with React and TypeScript. It utilizes TanStack Router for routing, TanStack Query for data fetching, and TanStack Table for data table components, Radix + Shadcn for base components with Tailwind CSS for styling.
To run this application:
npm install
npm run startTo build this application for production:
npm run build