2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
2018-01-16 12:46:50 +05:30
js updates for frappejs 2018-01-16 12:46:50 +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 updates for frappejs 2018-01-16 12:46:50 +05:30
package.json moved desk functionality to frappe-core 2018-01-15 17:24:54 +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 updates for frappejs 2018-01-16 12:46:50 +05:30
webpack.config.js updates for frappejs 2018-01-16 12:46:50 +05:30
yarn.lock updates for frappejs 2018-01-16 12:46:50 +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