This is a sample project that uses DUS by Flipkart.
To run this project, perform the following steps
- Install DUS on your machine:
npm install -g [email protected]
- Start the mock server:
npm run server
- Deploy the first bundle using DeploymentConfig which deployes
the master branch of this repository:
sh deploy1.sh
- Launch the app from android studio (Open the android folder in this repository)
- Deploy a new update(update branch of this repository):
sh deploy2.sh
- Relaunch the app to see the changes.