Skip to content

standardhub/next.js-ecommerce

Repository files navigation

⚠️ Important Notice

  • 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!

🧱 Ciseco Next.js Starter

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


🚀 Getting Started

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.


📱 API Routes

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/*.

🎨 Fonts & Optimization

This project uses next/font for automatic font optimization. The default font is Inter, a sleek Google Font optimized for web.


📚 Learn More

To explore more about Next.js, check out the following resources:


🚀 Deploying on Vercel

The easiest way to deploy your Next.js app is through Vercel — the creators of Next.js.

🔗 Deploy to Vercel

📦 See the Next.js Deployment Docs for more configuration options.


Built with ❤️ using Next.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages