cra-template-atlassian-ecosystem-tutorial
v0.1.9
Published
The template for creating Atlassian Ecosystem tutorials.
Downloads
37
Maintainers
Readme
Introduction
This project is a template for building Atlassian Ecosystem tutorials. To create a new project using the template, run:
npx create-react-app my-app --template atlassian-ecosystem-tutorial
# or
yarn create react-app my-app --template atlassian-ecosystem-tutorialPublishing
- Update
template.jsonwith the latest version ofatlassian-ecosystem-tutorial. - Run
npm publish --access public.
