This is the frontend for the eGranjaCAT application, built with Angular. This document provides the necessary instructions to get the project running locally for development and testing purposes.
- Framework: Angular v20
- UI Library: SpartanUI
- CSS Framework: Tailwind CSS
- Mobile Development: Capacitor
Make sure you have the following software installed on your machine:
- Node.js (LTS version recommended)
- Angular CLI
git clone https://github.com/Yocmarjigon/eGranjaCAT.git
cd eGranjaCATInstall the project dependencies using npm:
npm installTo start the application in development mode, run the following command:
ng serveNavigate to http://localhost:4200/ in your browser. The app will automatically reload if you change any of the source files.