Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 917 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 917 Bytes

This is a Next.js project bootstrapped with create-next-app.

Commands used to init the project


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

Deploy on Vercel

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.