Elastic's Next.js EUI Starter

Getting started

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).

Try it out in CodeSandbox

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!

Clone the project

To use this starter, simply run git clone https://github.com/elastic/next-eui-starter my-app. Then cd my-app and start editing.

Running locally

yarn dev

Running in production mode:

yarn build

Then:

yarn start

Deploying to GitHub Pages

Make sure that your repo has Github Pages enabled in settings. Then run yarn build-docs, commit the results and push to GitHub.

Go to example page 2