templth / webapi-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 98.3%Language:CSS 1.7%