Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 825 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 825 Bytes

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