Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 433 Bytes

Up and Running

  • Local Node/NPM installation, known to work with v6
  • Ensure all dependencies are installed:
    • 'npm install'
  • Run app:
    • 'npm run start'
    • App will launch on localhost:8080

Testing

  • Unit tests with Karma / Jasmine
    • 'npm run test'
    • Finds tests via [name].spec.js file naming convention.

Build

  • To build and output files
    • 'npm run build'
      • Find files in /dist