Skip to content

1001Pharmacies/qandidate-toggle-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toggle UI

A ui for managing your toggles.

Build Status

About

Read our blog post series about this repository at:

Installation

First, install the dependencies:

bower install

To use the UI, you will need to create your config.js to configure the API endpoint.

# From project root
$ cp app/js/config.js.dist app/js/config.js
# Configure your endpoint URL
$ vim app/js/config.js

You are now ready to serve the UI with your favorite webserver.

Tests

If you want to run the karma tests, you'll need to install the dependencies:

$ npm install

You can now run the karma tests:

$ scripts/test.sh --single-run

And the e2e tests:

$ scripts/web-server.js
$ scripts/e2e-test.sh --single-run

License

MIT, see LICENSE.

About

ABANDONED: A UI for managing your toggles.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.6%
  • HTML 17.5%
  • Shell 1.8%
  • Ruby 1.8%
  • CSS 0.3%