Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
yarn dev
start the app in the development mode but all deletetion of directories will be mocked (i.e node_modules directory will not be deleted). Good for testing functionality without actually deleting files from the file system.
yarn dev-demo
To package apps for the local platform:
yarn package
- Development should happen on sidebranch
- Increase version in both package.json app/package.json
- When feature is ready merge to master
- This will trigger Travis CI
- Travis will publish to S3 and create GitHub draft
See our docs and guides here