Clone the repo and install dependencies:
npm installHTML directory must be placed before running the project. HTML directory is not included in git due to size limitations.
Manually copy the extracted html directory at below path:
release/app/html
Start the app in the dev environment:
npm startBefore packaging app make sure you've below html directories inside release directory:
- htmlLoggedIn (Auth/LoggedIn version)
- htmlLoggedOut (LoggedOut version)
Note: Names of directories must be same as mentioned above.
To package apps for the local platform:
For LoggedOut version:
npm run packageFor LoggedIn/Auth version:
npm run package:auth