mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 05:42:54 +00:00 
			
		
		
		
	Clarify frontend proxying in readme
This commit is contained in:
		@@ -54,7 +54,8 @@ Running – execute:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
`docker run --rm -p 8888:8888 -e AVATAO_SECRET=secret test-tutorial-framework` 
 | 
					`docker run --rm -p 8888:8888 -e AVATAO_SECRET=secret test-tutorial-framework` 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In case of a frontendless build (with `--build-arg NOFRONTEND=1`) you will need to run `yarn start` from the `solvable/frontend` directory as well. This will serve the frontend on `http://localhost:4200`.
 | 
					In case of a build without frontend (built with `--build-arg NOFRONTEND=1` included) you will need to run `yarn start` from the `solvable/frontend` directory as well.
 | 
				
			||||||
 | 
					This will serve the frontend locally on `http://localhost:4200` and take care of proxying.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you've created a production build (without `--build-arg NOFRONTEND=1`) you don't have to run the frontend locally and you can access the challenge on `http://localhost:8888`.
 | 
					If you've created a production build (without `--build-arg NOFRONTEND=1`) you don't have to run the frontend locally and you can access the challenge on `http://localhost:8888`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user