Socket
Book a DemoInstallSign in
Socket

lombardo-chess-demo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lombardo-chess-demo

A (far from complete) chess module in React

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

Chess Demo by Robert Lombardo

  • Make sure you have the following installed:

    • Git
    • NodeJs and Npm
  • Run:

    npm install
    npm start
    
  • Then open your http://localhost:8080/ to see the included demo page.

    If you don't want to use localhost on port 8080, you can change it in package.json and webpack.config.js.

Embed in a Web Page:

  • Run npm run build-dev or npm run build-prod.

  •  <!DOCTYPE html>
     <head>
       <link rel="stylesheet" href="path/to/main.css">
     </head>
     <body>
         <div id="chessModuleParent"></div>
         <script src="path/to/chess_bundle.js"></script>
     </body>
     </html>
    

Embed in Another React App:

  • Run npm run build-dev or npm run build-prod.

Keywords

chess

FAQs

Package last updated on 17 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts