mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 13:39:23 -04:00
Move to using npm/browserify to package everything
This means it now requires the Javascript to be compiled before it can be run. This move also required a massive reorganization and lots of debugging/fixups to make everything work properly again.
This commit is contained in:
13
README
Normal file
13
README
Normal file
@ -0,0 +1,13 @@
|
||||
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, and globalize in our directory using npm:
|
||||
$ cd static && npm install browserify react react-dom react-addons-update react-bootstrap react-widgets babelify babel-preset-react globalize cldr-data
|
Reference in New Issue
Block a user