Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 449 Bytes

details.md

File metadata and controls

22 lines (22 loc) · 449 Bytes

~ yarn create vite client ~ cd client ~ yarn ~ yarn dev Go to [https://tailwindcss.com/docs/guides/vite] ~ yarn add tailwindcss postcss autoprefixer ~ npx tailwindcss init -p ~ yarn dev ~ yarn add react-router-dom ~ cd api ~ yarn add express ~ cd client ~ yarn add axios ~ cd api ~ yarn add cors ~ yarn add mongoose ~ yarn add dotenv ~ yarn add bcryptjs ~ yarn add jsonwebtoken ~ yarn add cookie-parser ~ yarn add image-downloader ~ yarn add multer