This is the source code for a Grommet based universal single page. To run the website execute the following:
-
Install website NPM modules:
$ npm install
-
Start the development server:
$ gulp dev
-
Create the website distribution:
$ gulp dist
-
Run the back-end server:
$ node server/server.js