1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-03-03 12:38:24 -05:00
Aaron Lindsay 2621f64cc7 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.
2016-02-13 10:42:48 -05:00
2015-06-25 22:36:58 -04:00
2015-06-27 08:32:51 -04:00
2015-06-25 22:36:58 -04:00
2016-02-02 21:46:27 -05:00
2016-02-02 21:46:27 -05:00
2016-02-02 21:46:27 -05:00
2015-06-25 22:36:58 -04:00
2015-06-25 22:36:58 -04:00

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
Description
A personal finance web application written in Go and React/Bootstrap
Readme MIT 26 MiB
Languages
Go 57.7%
JavaScript 38%
Lua 2.2%
Python 0.8%
CSS 0.6%
Other 0.7%