/grommet-details-page

Grommet Details Page Template

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Grommet Detail Page Template

To run the website execute the following:

  1. Install website NPM modules:

    $ npm install
    
  2. Start the development server:

    $ gulp dev
    
  3. Create the website distribution:

    $ gulp dist
    
  4. Run the back-end server:

    $ npm start