Skip to content

RedHatInsights/tasks-frontend

Repository files navigation

Build Status codecov

Initial /etc/hosts setup

To access the https://[env].foo.redhat.com in your browser, add entries to your /etc/hosts file. This is a one-time setup that has to be done only once (unless you modify hosts) on each machine.

To setup the hosts file run following command:

npm run patch:hosts

Getting started

  1. npm install
  2. npm run start:proxy
  3. Open the browser URL listed in the terminal output, eg https://stage.foo.redhat.com:1337/insights/tasks if you chose the stage environment.

Testing

Running npm run verify will run both npm run lint (eslint) and npm test (Jest)

Releases

No releases published

Packages

No packages published

Languages