/hpe-people-finder

People Finder implementation based on HPE ldap

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Grommet Example App: people-finder

This app demonstrates a small-sized application using Modular Grommet. We demonstrate mobile-first UI interactions that work great on desktop as well. Also use patterns such as WebSocket connections and Search. This application must have a back-end to perform the REST and LDAP operations.

To run this application, execute the following commands:

  1. Install people-finder $ npm install

  2. Start development server $ gulp dev

  3. Create the app distribution to be used by the back-end server

```
$ gulp dist
```
  1. Start the back-end server
```
$ node server/server.js
```