rsnext/examples/with-atlaskit
2020-08-29 22:32:35 -04:00
..
components Update Examples for Fast Refresh (#13068) 2020-05-18 17:44:18 -04:00
pages More redundant imports @ examples (#13190) 2020-05-22 15:33:04 +00:00
.babelrc Integrate with-atlaskit (#11269) 2020-04-05 13:27:49 +02:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04: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