mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 07:33:21 -05:00
A personal finance web application written in Go and React/Bootstrap
static | ||
.gitignore | ||
accounts.go | ||
db.go | ||
errors.go | ||
imports.go | ||
libofx.c | ||
libofx.go | ||
main.go | ||
README | ||
securities.go | ||
sessions.go | ||
transactions.go | ||
users.go | ||
util.go |
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