New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

Chess Demo by Robert Lombardo

  1. Make sure you have the following installed:

    • Git
    • NodeJs and Npm
  2. Run:

    npm install
    npm start
    
  3. 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:

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

  2.  <!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:

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

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc