1
0
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:
2016-02-12 20:36:59 -05:00
parent 6856d617ec
commit 2621f64cc7
23 changed files with 790 additions and 1799 deletions

13
README Normal file
View 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