Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T08:12:59.000Z (12 days ago)
- Last Synced: 2024-11-08T18:30:22.234Z (10 days ago)
- Topics: synced-settings, tx, web-app
- Language: JavaScript
- Homepage:
- Size: 18.4 MB
- Stars: 3
- Watchers: 34
- 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`.