Tested on Windows 10 and 11
Requirements: git (Git for Windows), Docker (Docker for Windows)
Steps:
- open terminal in the desired folder on the computer, run command git clone https://github.com/Clean-CaDET/platform-explorer-ui-web.git
- position terminal in platform-explorer-ui-web folder (run command cd platform-explorer-ui-web)
- run command docker build -t angular-docker .
- run command docker run -p 4200:4200 angular-docker
The application is available at http://localhost:4200 but it is necessary to start the back-end of application so that the functionalities are available. The instructions for the back-end are here.
Tested on Windows 10 Requirements:
Steps: