A ReactJS single page application for the Murdock continuous integration server.
This application is developed using the React framework.
Only thing you need is to install npm: just follow the instructions.
npm install
Use:
npm start
http://localhost:3000 is opened automatically in your default web browser.
Use:
npm run build
The content of the build
folder contains the built application which can be
deployed as-is on a web server.
Use:
npm run test
Use:
npm run lint