2
0
mirror of https://github.com/frappe/books.git synced 2025-01-26 16:48:28 +00:00
books/README.md

21 lines
243 B
Markdown
Raw Normal View History

2018-02-12 21:53:14 +05:30
# Frappe Accounting
2018-01-09 19:10:33 +05:30
2018-02-12 21:53:14 +05:30
Simple JS based app for personal and small businesses accounting
2018-01-09 19:10:33 +05:30
### Install
Install dependencies
```sh
2018-07-17 17:05:25 +05:30
yarn
2018-01-09 19:10:33 +05:30
```
2018-07-17 17:05:25 +05:30
### Development
2018-01-09 19:10:33 +05:30
```sh
2018-07-17 17:05:25 +05:30
# start dev server
yarn dev
2018-01-09 19:10:33 +05:30
2018-07-17 17:05:25 +05:30
# in another shell, start node server
yarn server
2018-01-09 19:10:33 +05:30
```