Skip to content

taysea/grommet-nextjs-starter

Repository files navigation

Grommet Next.js Starter

Netlify Status

This is a starter project for React that uses Grommet and Next.js.

Getting Started

Clone or fork this example to your local machine.

git clone [email protected]:taysea/grommet-nextjs-starter.git
cd grommet-nextjs-starter

Install dependencies and start the developmenet server.

yarn install
yarn start

To run in production mode:

yarn build && yarn next start

Deploy your app to Netlify

To deploy with Netlify, connect this repository to your Netlify account. Then, go to Site settings > Build & deploy.

Update the settings to be:

Build command: yarn export

Publish directory: /out

About

A sample app that uses Grommet with Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published