1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-20 20:00:06 -04:00
A personal finance web application written in Go and React/Bootstrap
Go to file
Aaron Lindsay 9e26b30bdc Add Initial Gnucash importing
There are still a number of bugs, but the basic functionality is there
2016-02-19 20:01:24 -05:00
js Add Initial Gnucash importing 2016-02-19 20:01:24 -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
accounts.go Add Initial Gnucash importing 2016-02-19 20:01:24 -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
gnucash.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
imports.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
libofx.c Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
libofx.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
main.go Add Initial Gnucash importing 2016-02-19 20:01:24 -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
securities.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
sessions.go Initial commit 2015-06-25 22:36:58 -04:00
transactions.go Add Initial Gnucash importing 2016-02-19 20:01:24 -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

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