Static HTML site for Grisly Eye Games.
Requirements:
To set-up your environment execute:
npm iTo build:
npm run buildTo test:
npm testTo run:
npm startAnd open http://localhost:8080 in your browser.
To start a new post:
npm run post:newOr, a new product:
npm run product:newOr, a new review:
npm run review:new