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

* Fix

* Fix

* Add babel
2020-04-05 13:27:49 +02:00

255 B

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