Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

grommet/grommet-todo

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published