Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 416 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 416 Bytes

Kyrkogatan or Drottninggatan?

Game app built with React and Redux where users have to guess which Gothenburg street they're on from a Google Street map image; Kyrkogatan or Drottningatan?

Built only so that I could mess around with React and Redux.

Install

$ npm install

Development

$ npm run dev

Build assets

$ npm run build

Production

$ npm run prod