2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
2018-01-11 15:30:13 +05:30
js cleanup style 2018-01-11 15:30:13 +05:30
scss cleanup style 2018-01-11 15:30:13 +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 cleanup style 2018-01-11 15:30:13 +05:30
index.js cleanup style 2018-01-11 15:30:13 +05:30
package.json first commit 2018-01-08 17:59:49 +05:30
Procfile add pages 2018-01-09 19:10:33 +05:30
README.md add pages 2018-01-09 19:10:33 +05:30
server.js cleanup style 2018-01-11 15:30:13 +05:30
webpack.config.js first commit 2018-01-08 17:59:49 +05:30
yarn.lock first commit 2018-01-08 17:59:49 +05:30

Sample app for frappe-core

Sample To Do app for frappe-core

Install

Install dependencies

yarn install

Build

node_modules/.bin/webpack

Start

To start the app + build process

yarn global add foreman

nf start