Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 329 Bytes

chess game with ts

to run in dev exec npm run dev link will appear in the terminal click to open in browser

to compile for production run: npm run build then you can start the app from dist/server.js

to run in production mode: npm start

p.s.

this is an old project that I recently decided to transfer from js to ts.