A personal finance web application written in Go and React/Bootstrap
Go to file
Aaron Lindsay 443356caec Have `go generate` make JavaScript 2016-02-13 17:13:58 -05:00
js Remove big.js from source, use npm instead 2016-02-13 17:06:32 -05:00
static Remove big.js from source, use npm instead 2016-02-13 17:06:32 -05:00
.gitignore .gitignore node_modules 2016-02-13 17:07:46 -05:00
Makefile Reorganization around building JavaScript differently 2016-02-13 17:02:22 -05:00
README Remove big.js from source, use npm instead 2016-02-13 17:06:32 -05:00
accounts.go Add method to create Imbalances accounts 2016-02-11 05:53:44 -05:00
db.go Add basic implementation of securities 2015-06-27 08:32:51 -04:00
errors.go Initial commit 2015-06-25 22:36:58 -04:00
imports.go imports.go: Automatically create Imbalances and Trading accounts 2016-02-12 05:53:03 -05:00
libofx.c Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
libofx.go Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
main.go Have `go generate` make JavaScript 2016-02-13 17:13:58 -05:00
securities.go Add lots more securities, but comment them out because they're slow 2016-02-02 21:50:36 -05:00
sessions.go Initial commit 2015-06-25 22:36:58 -04:00
transactions.go transactions.go: Split calculation of imbalance $$ from Balanced() method 2016-02-12 05:52:40 -05:00
users.go Initial commit 2015-06-25 22:36:58 -04:00
util.go backend: Add ability to get Transactions by Account 2015-07-11 08:58:36 -04:00

README

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