marlonpp / grommet-todo

Todo application created on top of Grommet framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Todo application created on top of Grommet framework

License:Apache License 2.0


Languages

Language:JavaScript 75.4%Language:HTML 23.4%Language:CSS 1.2%