29 December 2024
npm run dev || yarn dev
SESSION_SECRET = *** *** ***
MONGO_DB_URL = *** *** ***
SERVER_URL = *** *** ***
npm init -y
- npm i express
- npm i express-session
- npm i graphql
- npm i @graphql-tools/merge
- npm i @apollo/server
- npm i passport
- npm i graphql-passport
- npm i bcryptjs
- npm i dotenv
- npm i cron
- npm i mongoose
- npm i connect-mongodb-session
- npm i nodemon
-D
npm create vite@latest .
- npm i react-router-dom
- npm i react-icons
- npm i react-hot-toast
- npm i graphql
- npm i @apollo/client
- npm i chart.js
- npm i react-chartjs-2
- npm i mini-svg-data-uri
- npm i framer-motion
- npm i clsx
- npm i tailwind-merge
- npm i @tailwindcss/aspect-ratio
- npm i tailwindcss postcss autoprefixer
-D
npx tailwindcss init -p