/grommet-sandbox

Grommet component samples for use with CodeSandbox

Primary LanguageJavaScriptApache License 2.0Apache-2.0

grommet-sandbox

Basic playground for each grommet v2 component

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 start
  1. Create the app distribution
$ npm run build
  1. Test and run linters:
$ npm test