mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 02:52:55 +00:00 
			
		
		
		
	Rewrite README
This commit is contained in:
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@@ -1,13 +1,11 @@
 | 
				
			|||||||
Tutorial Framework Frontend
 | 
					# frontend-tutorial-framework
 | 
				
			||||||
===========================
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Building and running with magic starter
 | 
					This is the Angular frontend of TFW.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Execute the `tfw_magic_start.sh` script and it will automagically run a backend instance in Docker and serve the Angular frontend locally.
 | 
					The main component it exposes is the `src/app/services/websocket.service.ts` service – providing an RxJS based communication API with the framework backend – and several pre-implemented components for you to used based on it.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This requires the `tutorial-framework-wip` and `tutorial-framework-ng` repositories to have a common parent folder.
 | 
					To learn more about the framework see the `baseimage-tutorial-framework` repo. For more on building and running TFW (not just the frontend) consult `test-tutorial-framework`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Running standalone with yarn
 | 
				
			||||||
## Running with yarn
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Simply execute `yarn start` in the project root.
 | 
					Simply execute `yarn start` in the project root.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user