Skip to content

skyquartam/jenkins-button

Repository files navigation

Jenkins Button Build Status

Getting Started

Clone this repository locally :

git clone https://github.com/skyquartam/jenkins-button.git

Install dependencies with npm :

npm install

Install rimraf globally with npm :

npm install rimraf -g

Install Angular with npm :

  • If you have no Angular installed in your machine follow this command.
npm install -g @angular/cli@latest
ng update @angular/cli && ng update @angular/core && ng update @angular/material

Development

npm start

Packaging

npm run dist

You can find the builds inside the /build/platform directory