https://github.com/dhis2/tracker-capture-app
Web app for tracker
https://github.com/dhis2/tracker-capture-app
synced-settings tx web-app
Last synced: 6 months ago
JSON representation
Web app for tracker
- Host: GitHub
- URL: https://github.com/dhis2/tracker-capture-app
- Owner: dhis2
- Created: 2016-05-18T07:53:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T07:30:38.000Z (7 months ago)
- Last Synced: 2025-03-15T06:11:30.810Z (7 months ago)
- Topics: synced-settings, tx, web-app
- Language: JavaScript
- Homepage:
- Size: 18.3 MB
- Stars: 3
- Watchers: 32
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# tracker-capture-app
DHIS2 Tracker Capture App## Contribute
### Set up the development environment
> **Note:** The setup has been tested with yarn. You can install yarn through npm by running `npm install -g yarn`. For more info > on yarn check out https://yarnpkg.com/.
### Running the devevelopment server
To run the development server you can run the following command.
```
yarn start
```This starts the development server on port `8081`.