DHIS2 user profile app
https://summerofcode.withgoogle.com/projects/#5404582838534144
Since the app uses webpack as a build tool you will need to install this first.
npm i -g webpack webpack-dev-server
The following command will start the development server which uses CORS to communicate with a DHIS2 instance.
webpack-dev-server
# or
npm start
To build a production version of the application run the following command.
npm run build