dgennetten / grommet-sample

Sample app using Grommet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

Sample app using Grommet

License:Apache License 2.0


Languages

Language:JavaScript 73.6%Language:HTML 25.5%Language:CSS 0.8%