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:
-
Install people-finder
$ npm install
-
Start development server
$ gulp dev
-
Create the app distribution to be used by the back-end server
```
$ gulp dist
```
- Start the back-end server
```
$ node server/server.js
```