mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 01:47:25 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			218 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			218 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Redux DevTools TodoMVC example
 | 
						|
 | 
						|
## Running example
 | 
						|
 | 
						|
```
 | 
						|
git clone https://github.com/gaearon/redux-devtools.git
 | 
						|
cd redux-devtools
 | 
						|
npm install
 | 
						|
 | 
						|
cd examples/todomvc
 | 
						|
npm install
 | 
						|
npm start
 | 
						|
open http://localhost:3000
 | 
						|
```
 |