Silly chess variant with a lot of starting positions.
See https://chess9b60.com for the deployed site.
vite, typescript, boardgame.io, react-chess
https://github.com/willdunklin/chess9b60-api
First of all, in the project directory install all requirements with npm i
.
Next you can run:
Which will run the frontend app in the development mode. Note, Vite will not
enforce TypeScript type checks in development mode read more.
Will run the backend server.
Builds the app for production to the dist
folder.
It bundles React with rollup in production mode.