2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/README.md

25 lines
251 B
Markdown
Raw Normal View History

2018-01-09 13:40:33 +00:00
# Sample app for frappe-core
Sample To Do app for frappe-core
### Install
Install dependencies
`yarn install`
### Build
```sh
node_modules/.bin/webpack
```
### Start
To start the app + build process
```sh
yarn global add foreman
nf start
```