marufbd / grommet-ferret

Example application using grommet-index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grommet Example App: Ferret

Build Status Code Climate Dependency Status devDependency Status

Demo

Live demo of an example application using grommet and grommet-index.

Login credentials: Username any string that looks like an email address and any Password (not used or stored).

How To

This app demonstrates an application using Modular Grommet. We demonstrate UI routing and some important patterns like Login, Resource Management (including WebSocket connections), and Search. This application must have a back-end to perform login operations and manage resources.

IMPORTANT: Make sure to run npm install at Grommet root folder.

To run this application, execute the following commands:

  1. Install NPM modules $ cd grommet-ferret $ npm install
  2. Start the server
```
$ cd server
$ gulp dev
```
  1. Start the UI development server $ gulp dev

  2. Login credentials: Username any string that looks like an email address and any Password (not used or stored).

  3. Check Ferret production server $ cd grommet-ferret $ gulp dist $ node server/server.js

About

Example application using grommet-index

License:Apache License 2.0


Languages

Language:JavaScript 99.4%Language:HTML 0.4%Language:CSS 0.2%