Skip to content

grommet/grommet-infographic

Repository files navigation

Grommet Infographic Template

This is the source code for a Grommet based universal single page. 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