Skip to content

markiewiczjakub/chess-coordinate-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Coordinate System Trainer

Simple app made with React to practice coordinate system in chessboard.

Deployment

To build to production just use

  npm run build

Run Locally

Clone the project

  git clone https://github.com/markiewiczjakub/chess-coordinate-trainer

Go to the project directory

  cd chess-coordinate-trainer

Install dependencies

  npm install

Start the server

  npm run start

Demo

Demo is available here