rockchico / grommet-vending

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grommet-vending

This is a sample vending application built with Grommet.

To run this application, execute the following commands:

  1. Install NPM modules
```
$ yarn install
```
  1. Start the front-end dev server:
```
$ npm run start
```
  1. Create the app distribution to be delivered by a back-end server
```
$ npm run build
```
  1. Test and run linters:
```
$ npm run check
```

TODO:

filters batch mode + multiple select delete everything using a certain template compare/diff table?

About


Languages

Language:JavaScript 90.5%Language:HTML 9.5%