Wellcome! 🚀
This is my study next-project "Ecommerce shop" using Next 13.4 app router + typescript
- Home page
- All products page
- Categories(in process)
- Account(in process)
- Cart
yarn
# or
npm iyarn dev
# or
npm run devyarn build
# or
npm run buildyarn build && yarn start
# or
npm run build && npm run start