8000 GitHub - harryho/nextjs-mui-demo: Build a demo to explore the NextJS and MUI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

harryho/nextjs-mui-demo

Repository files navigation

NextJS Mui Demo

This is a Next.js integrated with Mui.

Prerequisites

  • Node 20+
  • VS Code

Getting Started

  • Run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the result.

  • Build and test production version
# it will take a while 
npm run build 

# launch prodcution version
npm start

Open http://localhost:3000 with your browser to see the result. Comparing to dev version, the production version is much faster.

Live Demo

Live Demo is available here.

Dashboard

Orders Page

Products Page

Order Editing Page

About

Build a demo to explore the NextJS and MUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0