Skip to content

ankit-github/grommet-ferret

 
 

Repository files navigation

Grommet Example App: Ferret

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%