This is a Next.js project bootstrapped with create-next-app
.
npx create-next-app ecommerce
touch tsconfig.json
touch next-env.d.ts
npm install --save-dev typescript @types/react @types/node
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm i sweetalert2 react-toastify
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.