https://github.com/jaayperez/todo-ui
Fork of To-Do App Custom UI on Bitbucket. This is a Forge custom UI app written in React that displays in a Jira issue panel.
https://github.com/jaayperez/todo-ui
bitbucket bitbucket-migration forge git react
Last synced: over 1 year ago
JSON representation
Fork of To-Do App Custom UI on Bitbucket. This is a Forge custom UI app written in React that displays in a Jira issue panel.
- Host: GitHub
- URL: https://github.com/jaayperez/todo-ui
- Owner: jaayperez
- License: apache-2.0
- Created: 2021-07-15T07:13:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T19:20:53.000Z (about 2 years ago)
- Last Synced: 2024-10-11T10:21:37.974Z (over 1 year ago)
- Topics: bitbucket, bitbucket-migration, forge, git, react
- Language: JavaScript
- Homepage:
- Size: 7.61 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Forge Todo App
This project contains a Forge custom UI app written in React that displays in a Jira issue panel.
See [developer.atlassian.com/platform/forge/](https://developer.atlassian.com/platform/forge) for documentation and tutorials explaining Forge.

## Requirements
See [Set up Forge](https://developer.atlassian.com/platform/forge/set-up-forge/) for instructions to get set up.
## Quick start
### Register the app
- Register the app by running:
```
forge register
```
### Frontend
- Change into the frontend directory by running:
```
cd ./static/spa
```
- Install your frontend dependencies by running:
```
npm install
```
- Build your frontend by running:
```
npm run build
```
### Deployment
For this section, ensure you have navigated back to the root of the repository.
- Build and deploy your app by running:
```
forge deploy
```
- Install your app in an Atlassian site by running:
```
forge install
```
## Support
See [Get help](https://developer.atlassian.com/platform/forge/get-help/) for how to get help and provide feedback.
## Contributions
Contributions are welcome! Please see CONTRIBUTING.md for details.
## License
Copyright (c) 2021 Atlassian and others. Apache 2.0 licensed, see LICENSE file.