nylend95 / chess

A new (hopefully) better version of my other repository Chess-old
Apache License 2.0
0 stars 0 forks source link

Chess

Chess game implementation

To begin developing backend:

  1. Open the api folder in intellij
  2. Import maven dependencies

To begin developing frontend:

  1. In the gui folder run npm install
  2. Happy developing

To run gui:

  1. Run npm run dev-client