Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 422 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 422 Bytes

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