Skip to content

alexlukelevy/game-sage-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Sage

A simplistic React front-end to the Game Sage Elasticsearch data.

screenshot

Running

If you want to run the front-end yourself, ensure you have first followed the instructions for running the Game Sage back-end.

Then start a local server using

npm run start

or

yarn start