A simple React application to play chess against an AI.
A live demo of the application is available at https://afrigon.github.io/chess-ai
Requirements:
- Node.js
- NPM
This application uses react-scripts to bootstrap the application.
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.
Builds the application for production to the build
folder:
npm run build
This step should be done automatically by the CD
Deploy the application on GitHub Pages:
npm run deploy
npm run test
...