/emoji-hunt

Find the emojis game - built with Redux / React

Primary LanguageJavaScript

Emoji Hunt - Demo

Works best on Chrome (OS X)

Installation

You'll need to have [Node.js] (https://nodejs.org/) to get started.

$ git clone https://github.com/andrewdamelio/emoji-hunt
$ cd emoji-hunt
$ npm install
  • If having issues try updating to the latest version of node.

Getting Started

Dev

$ npm start

Open http://localhost:8080 in your browser.

Build

$ npm run clean
$ npm run build
$ http-server -p 8080 .

Open http://localhost:8080 in your browser.