rockchico / grommet-nextjs

Build enterprise apps with react and grommet

Home Page:https://grommet-nextjs.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Build enterprise apps with react and grommet

https://grommet-nextjs.herokuapp.com


Languages

Language:TypeScript 92.4%Language:JavaScript 7.6%