Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 828 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 828 Bytes

Modernize Free Next.js 14 Admin Template with Material Ui + Typescript

Give a Star

Installation 👨🏻‍💻

We recommend you use npm

  1. Install all packages
npm i
  1. Run Development Server
npm run dev
  1. Build your project
npm run build