Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 328 Bytes

readme.md

File metadata and controls

16 lines (15 loc) · 328 Bytes
  • Chạy client
cd ./client
npm install
npm run dev

Client chạy ở port 3000: http://localhost:3000

  • Sử dụng file config.js ở trong drive thay cho file config ở server (tránh lộ key send email)
  • Chạy server
cd ./server
npm install
npm start

Server chạy ở port 8000