Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 699 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 699 Bytes

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.