Skip to content

atanasster/grommet-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7494817 · Mar 18, 2020
Mar 16, 2020
Aug 6, 2019
Mar 16, 2020
Mar 13, 2020
Mar 13, 2020
Mar 13, 2020
Mar 16, 2020
Mar 15, 2019
Feb 20, 2018
Mar 13, 2020
Mar 13, 2020
Mar 13, 2020
Feb 7, 2019
Feb 26, 2019
Aug 6, 2019
Mar 13, 2020
Mar 18, 2020
Mar 13, 2020
Mar 13, 2020

Repository files navigation

Example app with nextjs and grommet v2

Live site: https://grommet-nextjs.herokuapp.com

Community: https://spectrum.chat/crypto-grommet

Install

  • Get sources in local folder
$ git clone https://github.com/atanasster/grommet-nextjs.git
  • Move to your local folder
$ cd grommet-nextjs
  • Install dependencies
$ npm install

Local deployment

$ npm run dev

Production deployment

  • Build package
$ npm run build
  • Start production server
$ npm run start

Testing

  • Run eslint:
$ npm run check
  • Analyze packages:
$ npm run analyze