Awesome
grommet-controls-sample
A sample react application using Grommet 2 and Grommet Controls
To run this application, execute the following commands:
- Install NPM modules
$ npm install (or yarn install)
- Start the front-end dev server:
$ npm run dev
- Create the app distribution to be used by a back-end server
$ npm run dist
- Run eslint:
$ npm run check