Rencas1207 / admin-app

Admin App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin App

Back: Node - Express - MongoDB

  • Install: npm i typescript
  • Install config ts: npx tsc --init
  • File: tsconfig.json -> Search: outDir: dist
  • Create script en package.json:
    1. "dev": "nodemon index.ts"
    2. "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

Front: React (Next) - ChakraUI - Zustand - React Query - React Hook Form

  • 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

About

Admin App


Languages

Language:TypeScript 97.7%Language:JavaScript 2.2%Language:CSS 0.1%