Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 464 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 464 Bytes

Description

This project is a challenge by Wazuh.

This project uses the Hapi.js library.

Installation

$ npm install

Running the app

# Run
$ npm run start:dev

# development
$ npm run develop

# build app
$ npm run build
Note

This application will run on localhost: 4000

Test

# unit tests
$ npm run test