1.2.1 • Published 4 years ago
cra-template-atlaskit-simple v1.2.1
cra-template-atlaskit-simple
This template includes a set of common used components from Atlassian Design System to give you a quick taste of how it is like. For more details and full documentation please visit the home page.
How to use it?
As it is a create-react-app
template, you can simply pass in an option --template atlaskit-simple
when creating a react app with create-react-app
(note here you don't have to specify prefix cra-template-
as create-react-app
will do that for you).
For example:
npx create-react-app my-app --template atlaskit-simple
# or
yarn create react-app my-app --template atlaskit-simple
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
Contributors
- Juntao(@abruzzi) initialized the repo with minimal setup
- Meng(@mengX666) added the navigation page
- WhiteSource Renovate(renovate-bot) is working hard to keep all deps up to date