TerryHowe / reactmaze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Maze

I've done some node work in the past using express, but I thought I'd like to give React a try. This application uses my Rails 3D Maze application to get the Maze data through a REST interface. I was going to make this application compatible with my Ruby and Python 3D maze applications, but I think that might be too far from the actual purpose of React.

                               /
                              / 
--+                          +  
  |\                        /|  
  | \                      / |  
  |  +                    +  |  
  |  |                    |  |  
  |  |                    |  |  
  |  |                    |  |  
  |  |                    |  |  
  |  |                    |  |  
  |  |                    |  |  
  |  |                    |  |  
  |  +                    +  |  
  | /                      \ |  
  |/                        \|  
--+                          +  
                              \ 
                               \

Start Development Server

npm start

Run the Tests

yarn test

Bundle Static Files for Production

yarn build

About

License:MIT License


Languages

Language:JavaScript 90.6%Language:HTML 6.8%Language:CSS 2.5%Language:Shell 0.2%