- Clone the project
- Make sure the PURIS backend and the product-edc is running with all its components
- The
VITE_BASE_URL
in the.env
file must be configured to the PURIS backend instance - Run the application:
- (npm) Use
npm install
andnpm run dev
(for development) ornpm run build
(for production) - (Docker) Run
docker build .
anddocker run -d -p 3000:3000 CONTAINERID
- (npm) Use
- Done! The frontend should be available at
http://YOURIP:3000/
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.