mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Update developer-guide.md
This commit is contained in:
		
							parent
							
								
									f7758bbffd
								
							
						
					
					
						commit
						c5fbf0ac75
					
				@ -36,19 +36,14 @@ We have created a script to ease this process: `scripts/docker-postgres.sh`
 | 
			
		||||
// Install dependencies
 | 
			
		||||
npm install
 | 
			
		||||
 | 
			
		||||
// Build unleash-frontend 
 | 
			
		||||
// (yes this is a bit wierd and be easier when we have a release of the frontend artifact).
 | 
			
		||||
// You can of course "npm link unleash-frontend" instead 
 | 
			
		||||
cd node_modules/unleash-frontend && npm install
 | 
			
		||||
 | 
			
		||||
// Start server in development
 | 
			
		||||
npm start:dev
 | 
			
		||||
 | 
			
		||||
// Admin dashboard
 | 
			
		||||
// Unleash UI
 | 
			
		||||
http://localhost:4242
 | 
			
		||||
 | 
			
		||||
// Feature API:
 | 
			
		||||
http://localhost:4242/api/features
 | 
			
		||||
// API:
 | 
			
		||||
http://localhost:4242/api/
 | 
			
		||||
 | 
			
		||||
// Execute tests in all packages:
 | 
			
		||||
npm test
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user