/grommet-sample

Sample app using Grommet

Primary LanguageJavaScriptApache License 2.0Apache-2.0

grommet-sample

This is the source code for the grommet sample app. To run the website execute the following:

  1. Install NPM modules:

    $ npm install (or yarn install)
    
  2. Start the development server:

    $ npm run dev
    
  3. Create the app distribution:

    $ npm run dist
    
  4. Check linting issues and run tests

    $ npm run test