This Next.js(opens in a new tab or window) EUI Starter is intended to help you quickly build and deploy prototypes for Kibana apps with the EUI library(opens in a new tab or window).
Simply go to https://codesandbox.io/s/github/elastic/next-eui-starter(opens in a new tab or window). CodeSandbox will fork the template when you make changes!
To use this starter, simply run git clone https://github.com/elastic/next-eui-starter my-app
. Then cd my-app
and start editing.
yarn dev
yarn build
Then:
yarn start
Make sure that your repo has Github Pages enabled in settings. Then run yarn build-docs
, commit the results and push to GitHub.