Skip to content

RangerDin/new-ahp-app

Repository files navigation

Analytic Hierarchy Process application

Application for decision making using the Analytic Hierarchy Process.

Screenshot:

Application screenshot

Live demo

https://ahp.htype.me

Requirements

To build the application, you need to install Node.js (version 8 or higher).

Installation

To start the application (start development server):

  1. install npm packages: npm install;
  2. start application: npm start;
  3. visit localhost:3000 on your browser.

After steps 1.-3. you can also build production version of application: npm run build.