Skip to content

flarnie/flux-of-life

Repository files navigation

Game of Life

This is a WIP full featured implementation of Conway's Game of Life which demonstrates writing a Rails application using Facebook's Flux and React, as well as using webpack for our module bundler.

Running It Locally:

  • You will need Ruby 2.1.1 and Rails 4 installed. Install the required gems:

bundle install

  • Build the JS assets with webpack:

webpack -wc

  • Start the Rails server:

rails s

About

A flux demo app that implements Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published