background This is a sample Grommet application for debugging. 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 ```