0.1.9 • Published 5 years ago
cra-template-atlassian-ecosystem-tutorial v0.1.9
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-tutorial
Publishing
- Update
template.json
with the latest version ofatlassian-ecosystem-tutorial
. - Run
npm publish --access public
.