Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.46 KB

Table of contents

General info

STATUS: WIP

Draughts (/drɑːfts, dræfts/; British English) or checkers (American English) is a group of strategy board games for two players which involve diagonal moves of uniform game pieces and mandatory captures by jumping over opponent pieces. Draughts developed from alquerque. The name draughts derives from the verb to draw or to move, whereas checkers derives from the checkered board which the game is played on.

Technologies

  • HTML5
  • CSS/Styled Components
  • React.js
  • JavaScript (ES6+)
  • npm

Setup

To run this project, install it locally using npm

Development server (compiles and hot-reloads)

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run start

Build setup (development)

# install dependencies
npm install

# build for production with minification in the "build" directory
npm run build

Demounting setup

# remove the "build" directory
npm run clean

Source

This project is written step by step according to this tutorial. I only slightly modified it.