# Sample app for frappe Sample To Do app for frappe ### 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 ```