the script commands are incorrect, and have a typo
to start the application from the front end directory, you need to use the../script/ (singular) directory, and run the scripts sever and setup
after the yarn commands, Add a clarifying statement that the fully built dockerized front end can be found at localhost:8080, while the development environment can be found at localhost:1234
the script commands are incorrect, and have a typo to start the application from the front end directory, you need to use the
../script/
(singular) directory, and run the scriptssever
andsetup
here are the updated commands
after the yarn commands, Add a clarifying statement that the fully built dockerized front end can be found at
localhost:8080
, while the development environment can be found atlocalhost:1234