500tech/angular-kick

View on GitHub
lib/commands/start.js

Summary

Maintainability
A
1 hr
Test Coverage

Function runServer has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function runServer(port) {
  const environment = process.argv[3] || 'development';
  const args        = ['--hot', '--progress', '--port', port];
  let command       = 'node_modules/.bin/webpack-dev-server';

Severity: Minor
Found in lib/commands/start.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status