mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +00:00
Free desktop accounting software for small-businesses and freelancers.
dist | ||
models/doctype | ||
src | ||
.gitignore | ||
.sassrc.js | ||
index.html | ||
package.json | ||
Procfile | ||
README.md | ||
rollup.config.js | ||
server.js | ||
yarn.lock |
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