Skip to content

jhkldev/income-tax-view-change-frontend

 
 

Repository files navigation

income-tax-view-change-frontend

Build Status Download

This is the repository for the Income Tax View and Change frontend.

Backend: https://github.com/hmrc/income-tax-view-change

Stub: https://github.com/hmrc/income-tax-view-change-dynamic-stub

Requirements

This service is written in Scala and Play, so needs at least a [JRE] to run.

Run the application

To update from Nexus and start all services from the RELEASE version instead of snapshot

sm --start ITVC_FRONTEND_ALL -f

To run the application locally execute the following:

sbt 'run 9081'

To run the application locally execute in test mode the following:

sbt "run 9081 -Dplay.http.router=testOnlyDoNotUseInAppConf.Routes"

Test the application

To test the application execute

sbt clean scalastyle coverage test it:test coverageOff coverageReport

License

This code is open source software licensed under the Apache 2.0 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 80.8%
  • HTML 10.7%
  • JavaScript 5.1%
  • Cycript 2.0%
  • CSS 1.4%
  • SCSS 0.0%