2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
2018-01-31 18:52:50 +05:30
dist added invoice models 2018-01-31 18:52:50 +05:30
models/doctype added invoice models 2018-01-31 18:52:50 +05:30
src add customer model 2018-01-31 15:43:59 +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 bye bye webpack, welcome rollup 2018-01-30 15:40:56 +05:30
Procfile bye bye webpack, welcome rollup 2018-01-30 15:40:56 +05:30
README.md updates for frappejs 2018-01-16 12:46:50 +05:30
rollup.config.js refactor 2018-01-30 18:56:35 +05:30
server.js add new model, account 2018-01-23 13:30:08 +05:30
yarn.lock bye bye webpack, welcome rollup 2018-01-30 15:40:56 +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