Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 2.26 KB

README.md

File metadata and controls

69 lines (40 loc) · 2.26 KB

React-Docker-TravisCi-Pipelin

This Project is Created to Understand How to Setup CI-CD Pipeline for React-Js with Docker and Jenkins

ReactJs Side to Configure CI-CD Pipeline using Docker image of Jenkins

Getting Started

To Get Started with this, Match the Prerequisites

Prerequisites

Check For NodeJs, Docker

Building Image

to build the docker image of this use

npm run docker-build

Running Image

to run the docker image

npm run docker-run

Running Tests

Here is How to Run the Tests

npm run test