Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 478 Bytes

grommet-site

Netlify Status

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
$ npm run build
  1. Test and run linters:
$ npm test