rsnext/examples/with-atlaskit
Alejandro d46a0aef0f
Integrate with-atlaskit (#11269)
* Add with-atlaskit

* Fix

* Fix

* Add babel
2020-04-05 13:27:49 +02:00
..
components Integrate with-atlaskit (#11269) 2020-04-05 13:27:49 +02:00
pages Integrate with-atlaskit (#11269) 2020-04-05 13:27:49 +02:00
.babelrc Integrate with-atlaskit (#11269) 2020-04-05 13:27:49 +02:00
package.json Integrate with-atlaskit (#11269) 2020-04-05 13:27:49 +02:00
README.md Integrate with-atlaskit (#11269) 2020-04-05 13:27:49 +02:00

Atlassian Atlaskit example

This example shows how to use Next.js along with Atlaskit of React. This is intended to show the integration of this UI toolkit with the Framework.

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev