Skip to content
Snippets Groups Projects
Select Git revision
  • d24137f7a53ba48e9e06fa0932dd5ebb6078e7b8
  • master default protected
2 results

clickpleteness

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Karsten Prehn authored
    d24137f7
    History

    Clickpleteness

    A web frontend to view and manipulate completeness assessment.

    Dependencies

    Usage

    • npm install to install dependencies
    • npm run build to compile .js files from ./src into ./app/js/bundle.js
    • npm start to locally run a simple web-server with live bundling
    • npm run lint to invoke eslint linting
    • npm run test to invoke jasmine unit tests

    Structure

    |-- app/             # web root
    |   |
    |   -- index.html
    |    |
    |    -- js/
    |      |
    |      -- bundle.js  # bundled source files
    |-- spec/js/         # test suites
    |-- src/js/          # javascript source files
    |-- src/css          # style sheet source files