Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 585 Bytes

Welcome to the Mighty JS (MJS) Http Adapter

Build Status Coverage Status

Installation

NodeJS is required. Use the folling commands to bootstrap your application :

  • npm install
  • npm run typings
  • npm run build

To launch tests :

  • npm test

Note that npm test runs the build as well.