mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
MoneyGo README
 | 
						|
 | 
						|
Installation
 | 
						|
============
 | 
						|
 | 
						|
First, install npm in your distribution:
 | 
						|
$ sudo pacman -S npm
 | 
						|
 | 
						|
Install browserify globally:
 | 
						|
$ sudo npm install -g browserify
 | 
						|
 | 
						|
Next, install browserify, babel, react, react-bootstrap, react-widgets, globalize, and big.js in our directory using npm:
 | 
						|
$ npm install browserify react react-dom react-addons-update react-bootstrap react-widgets babelify babel-preset-react globalize cldr-data big.js
 |