Skip to content

murdock-ng/murdock-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

murdock-html

A ReactJS single page application for the Murdock continuous integration server.

Development

This application is developed using the React framework.

Only thing you need is to install npm: just follow the instructions.

Install requires packages

npm install

Start a local development server

Use:

npm start

http://localhost:3000 is opened automatically in your default web browser.

Build for deployment

Use:

npm run build

The content of the build folder contains the built application which can be deployed as-is on a web server.

Run tests

Use:

npm run test

Check code quality

Use:

npm run lint

About

SPA for the Mudock CI server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages