2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
Rushabh Mehta 60832b1d96 add pages
2018-01-09 19:10:33 +05:30
js add pages 2018-01-09 19:10:33 +05:30
scss add pages 2018-01-09 19:10:33 +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 first commit 2018-01-08 17:59:49 +05:30
index.js add pages 2018-01-09 19:10:33 +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 add pages 2018-01-09 19:10:33 +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