ncc-erp / ncc-erp-ams-fe

UI for Tool ERP-AMS ( Tool quản lý thiết bị văn phòng)
0 stars 2 forks source link

ERP-AMS Front-end

Overview

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.

Table of Contents

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

Frontend Setup

  1. Create a folder to store the frontend code.
  1. Open a command prompt in the created folder.

  2. Clone the frontend repository using the following command:

    https://github.com/ncc-erp/ncc-erp-ams-fe
  3. Open the frontend using Visual Studio Code:

  1. Setup the project env:
  1. Install project's dependencies:
npm install

Running

To run the project, follow these steps:

  1. Open the frontend using Visual Studio Code and termimal.

  2. Start the frontend serve:

npm run dev