Skip to content

nolrm/next-admin

Repository files navigation

The next admin

This project is a modern web application built with Next.js, React, and Material-UI (MUI), and is deployed on Vercel.

Deployed on Vercel

https://nextjs-mui-admin.vercel.app/

Stacks

  • Next.js
  • React
  • MUI
  • Vercel
  • TypeScript
  • Redux
  • Auth (NextAuth and Google API Oauth)

TODO

  • Jest: Unit Test
  • Playwright: UI Automated test
  • Presentable landing page
  • Theming: Light/Dark theme in UI

Local development

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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