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

Latest commit

 

History

History
29 lines (19 loc) · 439 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 439 Bytes

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