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-01-24 17:33:22 +05:30
js [refactor] account views 2018-01-24 17:22:34 +05:30
models/doctype/account [refactor] account views 2018-01-24 17:33:22 +05:30
scss updates for frappejs 2018-01-16 12:46:50 +05:30
.gitignore first commit 2018-01-08 17:59:49 +05:30
.sassrc.js first commit 2018-01-08 17:59:49 +05:30
index.html updates for frappejs 2018-01-16 12:46:50 +05:30
index.js [refactor] account views 2018-01-24 17:22:34 +05:30
package.json add link 2018-01-23 17:56:11 +05:30
Procfile add pages 2018-01-09 19:10:33 +05:30
README.md updates for frappejs 2018-01-16 12:46:50 +05:30
server.js add new model, account 2018-01-23 13:30:08 +05:30
webpack.config.js add link 2018-01-23 17:56:11 +05:30
yarn.lock add link 2018-01-23 17:56:11 +05:30

Sample app for frappe

Sample To Do app for frappe

Install

Install dependencies

yarn install

Build

node_modules/.bin/webpack

Start

To start the app + build process

yarn global add foreman

nf start