Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 276 Bytes

background

This is a sample Grommet application for debugging.

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
```