This is a starter project for React that uses Grommet and Next.js.
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
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