DHIS2 app skeleton This repository can be used as a foundation to create DHIS2 apps. Install npm install # or yarn install Develop You need to log in to whatever REACT_APP_DHIS2_BASE_URL is set to in .env.development. npm start # or yarn start Build npm run build # or yarn build