Posts

Showing posts from December, 2024

mail configration code

  MAIL_MAILER =smtp MAIL_HOST =smtp.gmail.com MAIL_PORT =587 MAIL_USERNAME = MAIL_PASSWORD = MAIL_ENCRYPTION =tls MAIL_FROM_ADDRESS = "" MAIL_FROM_NAME = "${APP_NAME}"

React js 7/12/2024

 1. use Module.js  for import and export. module is ES6 features. 2. for install react using vite npm create vite@latest . -- --template=react