2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
2018-02-08 17:16:10 +05:30
dist invoice totals 2018-02-08 17:16:10 +05:30
models/doctype invoice totals 2018-02-08 17:16:10 +05:30
src invoice child editing 2018-02-06 22:43:34 +05:30
.gitignore refactor 2018-01-30 18:56:35 +05:30
.sassrc.js first commit 2018-01-08 17:59:49 +05:30
index.html refactor 2018-01-30 18:56:35 +05:30
package.json invoice child editing 2018-02-06 22:43:34 +05:30
Procfile bye bye webpack, welcome rollup 2018-01-30 15:40:56 +05:30
README.md invoice child editing 2018-02-06 22:43:34 +05:30
rollup.config.js refactor 2018-01-30 18:56:35 +05:30
server.js change case 2018-02-08 15:09:10 +05:30
yarn.lock invoice child editing 2018-02-06 22:43:34 +05:30

Sample app for frappe

Sample To Do app for frappe

Install

Install dependencies

yarn install

Build

node_modules/.bin/rollup

Start

To start the app + build process

yarn global add foreman

nf start