Skip to content

Redux, React sample application game with itunes API

Notifications You must be signed in to change notification settings

barshimi/itunes_app

Repository files navigation

Guess The Artist - Instalation guide

Author: shimi bar.

Web application game based on Itunes API. basic structure based on Koa.js, as HMR server for developing mode. Redux React with ES2015/ES7 and webpack as a bundler.

Version

1.0.0

Tech

  • React.js - HTML Render viewer for web apps!
  • Redux.js - Global state manager for web apps.
  • node.js - evented I/O for the backend
  • Koa.js - fast node.js network app framework
  • Webpack - the streaming build system

Installation

requires Node.js v5+ to run.

You need Hombrew installed:

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

You need nvm installed:

$ brew update
$ brew install nvm
$ nvm install 5.6.0
$ nvm use 5.6.0

Start project

Setup Node environment:

$ cd to/folder
$ npm install
$ npm start

open browser with localhost:8080/

License

MIT

About

Redux, React sample application game with itunes API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published