/todo-app

Uses grommet framework, node.js, gulp, and bower.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Grommet Example App: grommet-todo

Demo

Live demo is the obligatory ToDo application based on Grommet

How To

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:

  1. Install grommet-todo specific NPM modules
```
$ npm install
```
  1. Start the development server:
```
$ gulp dev
```
  1. Create the app distribution to be used by the back-end server
```
$ gulp dist
```
  1. Start the back-end server with Isomorphic React
```
$ node server/server.js
```