- Install:
npm i typescript
- Install config ts:
npx tsc --init
- File: tsconfig.json -> Search:
outDir: dist
- Create script en package.json:
- "dev": "nodemon index.ts"
- "build": "tsc"
- Install:
npm i express dotenv
- Install:
npm i @types/express ts-node nodemon -D
- Install:
npm i mongoose
- Install:
npm i cors
- Install:
npm i @types/cors -D
- Install:
npm i nodemailer
- Install:
npm i @types/nodemailer -D
- Install:
npm i cookie-parser
- Install:
npm i @types/cookie-parser -D
- Install:
npm i jsonwebtoken
- Install:
npm i @types/jsonwebtoken -D
- Install:
npm create t3-app@latest
- Install:
npm i @chakra-ui/react @emotion/react @emotion/styled framer-motion
- Install:
npm i react-hook-form
- Install:
npm i axios
- Install:
npm i @hookform/resolvers
- Install:
npm i -D @hookform/devtools
- Install:
npm i @tanstack/react-query
- Install:
npm i react-datepicker
- Install:
npm i -D @types/react-datepicker