themeselection / materio-mui-nextjs-admin-template-free

An enterprise-grade Next.js admin dashboard template. Made with developer experience first: Next.js v14 (App Router), Material UI (MUI), Tailwind CSS, TypeScript, ESLint, Prettier, VSCode Configs !! 🚀
https://themeselection.com/item/materio-free-mui-nextjs-admin-template
MIT License
1.63k stars 562 forks source link

Nothing is displayed on localhost #2

Closed DeveloperHIT closed 1 year ago

DeveloperHIT commented 1 year ago

Steps to reproduce

  1. Navigate to javascript-version
  2. Run npm install --legacy-peer-deps
  3. Navigate to localhost
  4. Blank screen

What is expected?

Not a blank screen

What is actually happening?

A blank screen

Additional data

neelbrahmakshatriya commented 1 year ago

Hi @DeveloperHIT,

We followed the steps you provided and we could run the project in the localhost successfully.

Please try downloading the package again from your ThemeSelection account or re-clone this repo from GitHub. Then follow these steps:

  1. Go to javascript-version (cd javascript-version)
  2. Install the packages by yarn install (recommended) or npm install --legacy-peer-deps command
  3. Run the project by yarn dev (recommended) or npm run dev command
  4. Open the localhost in your browser with this link: http://localhost:3000

You will be able to run the project successfully.

Let me know how it works for you.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as closed because it has no recent activity.