Recruitment React Admin Dashboard made with MUI's components, React and of course Next.js to boost your app development process!
- Clone the repo:
git clone https://github.com/KKS1/recruitment-dashboard.git
- Make sure your Node.js and npm versions are up to date
- Install dependencies:
npm install
oryarn
- Start the server:
npm run dev
oryarn dev
- Open browser:
http://localhost:3000
Within the download you'll find the following directories and files:
┌── .editorconfig
├── .eslintrc.js
├── .gitignore
├── CHANGELOG.md
├── LICENSE.md
├── next-env.d.ts
├── next.config.js
├── package.json
├── README.md
├── tsconfig.json
├── public
└── src
├── components
├── contexts
├── hooks
├── lib
├── styles
├── types
└── app
├── layout.tsx
├── page.tsx
├── auth
├── dashboard
└── data