DHIS2 dashboard app example Displays a welcoming message containing the user's display name. Install npm install # or yarn install Develop You need to log in to whatever developmentServer is set to in src/index.js. npm start # or yarn start Build npm run build # or yarn build