/quantify-1

Primary LanguageJavaScript

quantify

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 start
```
  1. Create the app distribution to be used by a back-end server
```
$ npm run build
```
  1. Test and run linters:
```
$ npm run check
```