Skip to content

Makpar-Innovation-Laboratory/react-template

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