This project has an todo list with a dashboard that illustrates basic usage of grommet.
To run this application, execute the following commands:
- Install NPM modules
```
$ npm install
```
- Start the development server:
```
$ gulp dev
```
- Create the app distribution to be used by the back-end server
```
$ gulp dist
```