Skip to content

arthurabreu1/sample-crud-forge-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAMPLE CRUD FORGE APP

This is an example Forge app that updates a Jira issue using fake data we get from an external API inside a modal.

Requirements

See Set up Forge for instructions to get set up.

Quick start

Once you have logged into the CLI (forge login), follow the steps below to install the app onto your site:

  1. Run git clone https://github.com/sarthakarora1208/sample-crud-forge-app.git to clone the repository.

  2. Run cd sample-crud-forge-app to change the directory.

  3. Run npm run setup. This command will bundle the our two static web applications (static/main-app && static/wrapper-app) together with the custom UI bridge, into the static/main-app/build & static/wrapper-app/build directory, which is used as the resource path in the Forge app's manifest.yml

  4. Run forge register to register a new copy of this app to your developer account

  5. Run forge deploy to deploy the app into the default environment

  6. Run forge install and follow the prompts to install the app

Usage

Press the 'Open Sample App' button on the issue pannel to get started with our app.

11

This app is designed as a Forge reference example for developers.

Debugging

  1. Run cd static/main-app && npm run start to start the main-app

  2. Run cd static/wrapper-app && npm run start to start the wrapper-app

  3. Run the forge tunnel command to run your Forge app locally.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • HTML 6.3%
  • CSS 3.9%
  • Shell 0.5%