Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 266 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 266 Bytes

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