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.
js | ||
scss | ||
.gitignore | ||
.sassrc.js | ||
index.html | ||
index.js | ||
package.json | ||
Procfile | ||
README.md | ||
server.js | ||
webpack.config.js | ||
yarn.lock |
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