Live demo is the obligatory ToDo application based on Grommet
This app demonstrates the todo application by using Modular Grommet. Also, this app illustrates the use of Isomorphic React.
To run this application, execute the following commands:
- Install grommet-todo specific NPM modules
```
$ npm install
```
- Start the development server:
```
$ gulp dev
```
- Create the app distribution to be used by the back-end server
```
$ gulp dist
```
- Start the back-end server with Isomorphic React
```
$ node server/server.js
```