An e-commerce application build with Next.js 14, antd, tailwind with admin section to manage products and checkout section using Stripe
-
Next.js
-
Node.js
-
HTML
-
SCSS
-
SQL
-
antd, etc...
- Node.js installed
- Landing Page
- Clone FE's repo on your local machine:
$ git clone https://github.com/KhangNg92/ecommerce
- Create .env file with following properties:
PORT=5001
NEXTAUTH_SECRET=<YOU CAN NAME WHATEVER SECRET>
NEXTAUTH_URL=http://localhost:5001
- Start client:
$ pnpm i
$ pnpm dev
- App now running on localhost:5001