Skip to content

Instantly share code, notes, and snippets.

@timclipsham
Created August 24, 2018 02:39
Show Gist options
  • Save timclipsham/4cc32a34aad120f68e6dbbc0a252f5d8 to your computer and use it in GitHub Desktop.
Save timclipsham/4cc32a34aad120f68e6dbbc0a252f5d8 to your computer and use it in GitHub Desktop.
A bunch of useful resources to help target Atlassian Cloud and Server products with one UI code base
// ## Server add-ons for front-end developers ##
// Great overview of how to use webpack and the latest front end tools in a P2 plugin
"https://youtu.be/2yf-TzKerVQ?t=9m4s"
// Example repo from Easy Agile to share UI code for Cloud and Server
"https://bitbucket.org/arijea/simultaneous/src/master/"
// Developing a JIRA add-on like it's 2016
// A great blog post outling how to build for both Jira Cloud and Server
"https://developer.atlassian.com/blog/2016/06/jira-add-on-dev-2016-part-1/"
// Shipping to Server and Cloud with Docker
// (While I don’t recommend building a P2 plugin that relies on Docker, this illustrates some clever ideas and concepts)
"https://www.youtube.com/watch?v=gNaj5-Dq82M"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment