Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 416 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 416 Bytes

stack frontend:

  • html/css
  • typescript
  • React 19
  • axios

stack backend:

  • typescript
  • express

just run in your console in this directory and wait a bit

run3205

(if nothing happened, check the browser)


P.S. if bash run3205 dont work then you must run this two commands in two terminal

cd server && npm run build & clear & npm run start
cd client && npm run start