rhysdiab / atlassian-connect-express-next

Make Atlassian Addons with Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This Project Is No Longer Supported

Since Atlassian Connect Express added support for react.js to their starter kit, I've stopped maintaining this project.

A Starter Project For Making Atlassian Addons with Next.js

The goal of this project is to have a starting place to create Atlassian addons with the latest version of Next.js and an express server based on ACE.

atlassian-connect-express-next

Features

How To Use

  1. Clone this repository and give your app a unique name
git clone git@github.com:rhysdiab/atlassian-connect-express-next.git name-of-your-app
  1. Copy the env.example file and paste it into your own .env file. Swap out the credentials with your own

  2. Copy the sample.credentials.json file and paste it into your own credentials.json file. Swap out the credentials for your own

  3. Install and run it using the commands below:

npm install
npm run dev

About

Make Atlassian Addons with Next.js


Languages

Language:JavaScript 100.0%