2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/README.md

21 lines
243 B
Markdown
Raw Normal View History

2018-02-12 16:23:14 +00:00
# Frappe Accounting
2018-01-09 13:40:33 +00:00
2018-02-12 16:23:14 +00:00
Simple JS based app for personal and small businesses accounting
2018-01-09 13:40:33 +00:00
### Install
Install dependencies
```sh
2018-07-17 11:35:25 +00:00
yarn
2018-01-09 13:40:33 +00:00
```
2018-07-17 11:35:25 +00:00
### Development
2018-01-09 13:40:33 +00:00
```sh
2018-07-17 11:35:25 +00:00
# start dev server
yarn dev
2018-01-09 13:40:33 +00:00
2018-07-17 11:35:25 +00:00
# in another shell, start node server
yarn server
2018-01-09 13:40:33 +00:00
```