Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

grommet/image-library

Repository files navigation

image-library

This is a sample Grommet application for reference.

To run this application, execute the following commands:

  1. Install NPM modules
```
$ npm install (or yarn install)
```
  1. Start the front-end dev server:
```
$ npm run dev
```
  1. Create the app distribution to be used by a back-end server
```
$ NODE_ENV=production grommet pack
```
  1. Test and run linters:
```
$ npm test
```

About

Sample App used for training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published