Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

grommet/grommet-primary-page

Repository files navigation

Grommet Primary 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
    

Releases

No releases published

Packages

No packages published