The ERP-AMS is an open-source application used to track and manage the company's office equipment and employees to optimize management time. It includes various functions such as inventory management, confirming equipment allocation or retrieval with email notifications, monitoring activities within the application, and managing employees' personal devices. This repository contains the front-end code of ams.
Before you begin, ensure you have met the following requirements:
erp-ams-fe
Open a command prompt in the created folder.
Clone the frontend repository using the following command:
https://github.com/ncc-erp/ncc-erp-ams-fe
Open the frontend using Visual Studio Code:
Visual Studio Code
.erp-ams-fe
and open the file..env.example
file into .env.local
.Visual Studio Code
.npm install
To run the project, follow these steps:
Open the frontend using Visual Studio Code
and termimal.
Start the frontend serve:
npm run dev