Built by Neal Overton (https://github.com/nealoverton)
Table Hog is a board games reviewing website, where users can comment on, upvote, and post reviews of their favourite tabletop games. It was built using React and utilises this custom API (https://github.com/nealoverton/board-game-reviews.git)
- Node.js 14.x
- git 2.x
- npm 6.x
In your terminal:
$ git clone https://github.com/nealoverton/tablehog.git
$ cd tablehog
To initialise in node:
$ npm install
Once initialised, the project can be run locally with:
$ npm start