# ReactJSBlueprints_Chapter10 **Repository Path**: mirrors_svenanders/ReactJSBlueprints_Chapter10 ## Basic Information - **Project Name**: ReactJSBlueprints_Chapter10 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chapter 10 ReactJS Blueprints Create a game in canvas with React ![Start the game](screenshot.png) ## Version 1.0 The code from the book is available in tag v1.0 ## Version 2.0 The current code in the master branch is updated to using webpack 2 The current code also uses yarn rather than _npm shrinkwrap_ # Demo http://reactjsblueprints-chapter10.herokuapp.com # Install - git clone - npm install (or preferably *yarn*) - npm start (or *yarn start*) Open web browser and go to http://localhost:8080