mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
25 lines
251 B
Markdown
25 lines
251 B
Markdown
# 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
|
|
``` |