Skip to content

xili44/report-generation-frontend

Repository files navigation

Quick Start

Run as Docker container

Build Docker container

docker build -t repgen-frontend .

Run Docker container

  • Run the docker container
docker run -p 3000:3000 repgen-frontend

The non-Docker Approach

Install project dependencies

npm Install

or

yarn

Start the development server

npm run start

or

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages