This is the source code for the grommet sample app. To run the website execute the following:
-
Install NPM modules:
$ npm install (or yarn install)
-
Start the development server:
$ npm run start
-
Create the app distribution:
$ npm run dist
-
Check linting issues and run tests
$ npm run test