2
0
mirror of https://github.com/frappe/books.git synced 2024-11-14 01:14:03 +00:00
books/README.md
2018-02-06 22:43:34 +05:30

25 lines
240 B
Markdown

# Sample app for frappe
Sample To Do app for frappe
### Install
Install dependencies
`yarn install`
### Build
```sh
node_modules/.bin/rollup
```
### Start
To start the app + build process
```sh
yarn global add foreman
nf start
```