Skip to content

templth/webapi-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published