Skip to content

afrigon/chess-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-ai

A simple React application to play chess against an AI.

Demo

A live demo of the application is available at https://afrigon.github.io/chess-ai

Development

Requirements:

  • Node.js
  • NPM

This application uses react-scripts to bootstrap the application.

Setup

Install dependencies:

npm install

Runs the application in the development mode:

npm start

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.

Build

Builds the application for production to the build folder:

npm run build

Deploy

This step should be done automatically by the CD

Deploy the application on GitHub Pages:

npm run deploy

Test

npm run test

License

...