<<<<<<< HEAD
This is a sample Grommet application for reference.
To run this application, execute the following commands:
- Install NPM modules
```
$ npm install (or yarn install)
```
- Start the back-end server:
```
$ npm run dev-server
```
- Start the front-end dev server:
```
$ npm run dev
```
- Create the app distribution to be used by a back-end server
```
$ NODE_ENV=production grommet pack
```
- Start the server in production mode:
```
$ npm start
```
- Test and run linters:
```
$ npm test
```
=======
169904aebf1bef2f6950ac3740a56591d343ed10