Application for decision making using the Analytic Hierarchy Process.
Screenshot:
To build the application, you need to install Node.js (version 8 or higher).
To start the application (start development server):
- install npm packages:
npm install
; - start application:
npm start
; - visit
localhost:3000
on your browser.
After steps 1.-3. you can also build production version of application: npm run build
.