- This is a front-end eCommerce template built using TypeScript, React, and Next.js.
- We've made several modifications to better align the front-end with our custom back-end service, which is developed in Java.
- We genuinely appreciate your interest and support. Contributions and feedback are always welcome!
This is a Next.js project bootstrapped with create-next-app
.
First, install dependencies and run the development server:
npm install
npm run dev
# or
yarn install
yarn dev
# or
pnpm install
pnpm dev
Open your browser and navigate to: 👉 http://localhost:3000/
You can start editing the homepage by modifying the file:
app/page.tsx
The page auto-updates as you edit the file.
Next.js supports API routes.
This project includes a sample API endpoint: http://localhost:3000/api/hello
- API file:
pages/api/hello.ts
- API routes live in the
pages/api
directory and are mapped to/api/*
.
This project uses next/font
for automatic font optimization.
The default font is Inter, a sleek Google Font optimized for web.
To explore more about Next.js, check out the following resources:
The easiest way to deploy your Next.js app is through Vercel — the creators of Next.js.
📦 See the Next.js Deployment Docs for more configuration options.
Built with ❤️ using Next.js