This is a chess game frontend im working on using react. install deps:
inside ./chessgame directory (front end)
npm install
run app:
npm run start
build:
npm run build
inside ./chessbackend directory (back end)
npm install
run app:
npm run start