Skip to content

62mkv/guess-game

Repository files navigation

guess-game

build status

Simple Guess Game, based on React

This is intended to be a simple project, with learning the following technologies being a primary goal of the project:

  • React
  • Redux
  • hapijs
  • server-side rendering
  • unit-testing
  • Bootstrap with mobile-compatible markup/layout
  • social network integration (posting)

Usage

Run this commands:

  • To install:
  • git clone git://github.com/62mkv/guess-game.git
  • cd guess-game
  • npm install
  • To build and run:
  • once in a while (on Windows): start_servers.bat and open "http://localhost:3000" in browser
  • after changes: npm run rebuild and refresh page in browser
  • To run tests:
  • npm test