Skip to content

atanasster/grommet-controls-sample

Repository files navigation

grommet-controls-sample

A sample react application using Grommet 2 and Grommet Controls

To run this application, execute the following commands:

  1. Install NPM modules
  $ npm install (or yarn install)
  1. Start the front-end dev server:
$ npm run dev
  1. Create the app distribution to be used by a back-end server
$ npm run dist
  1. Run eslint:
$ npm run check