/webapi-viewer

Primary LanguageJavaScript

Web API viewer CircleCI

Installing

To install the dependencies of the application, execute the following command:

$ npm install

Running

The application provides both client and server side, execute the following commands to start the whole application:

  • client side
$ npm run dev
  • server side
$ npm run dev-server

Testing

To run tests, execute the following commands:

  • client side with Karma (Chrome, Firefox and PhantomJS)
$ npm test
  • server side
$ npm test-server