Skip to content

copy of containerized React web service for testing with jenkins pipeline

Notifications You must be signed in to change notification settings

Makpar-Innovation-Laboratory/react-template-test

 
 

Repository files navigation

Innovation Lab Frontend

Refer to the official frontend documentation for instructions on getting set up. Documentation for the entire Innovation Lab application cluster can be found here.

Start Local Server

cd frontend
npm run start

Build

cd frontend
npm run build

Unit Tests

cd frontend
npm run test:cover

Docker Image

Standalone

./scripts/docker/build-image
./scripts/docker/run-container

Proxy

./scripts/docker/build-image --proxy
cd ../innolab-master
docker-compose up

About

copy of containerized React web service for testing with jenkins pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • SCSS 16.7%
  • Shell 4.4%
  • HTML 1.5%
  • EJS 1.4%
  • CSS 0.8%
  • Other 1.0%