/grommet-test

Primary LanguageJavaScript

Grommet full project

This project has an todo list with a dashboard that illustrates basic usage of grommet.

To run this application, execute the following commands:

  1. Install NPM modules
```
$ npm install
```
  1. Start the development server:
```
$ gulp dev
```
  1. Start the back-end server
```
$ node server/app
```