/ui-dashboard-clone

Dashboard build with NextJs with kanban and calendar apps.

Primary LanguageTypeScript

🚀 Nextjs-TS-Eslint-Prettier-husky-tailwindcss

Boilerplate and Starter for Next.js , Tailwind CSS 3 and TypeScript with ESLint , Prettier , Husky , Lint-Staged.

Set up

To run this project, first download or clone this repo

    // Install dependencies
    npm install
    // Run in development mode
    npm run dev
    // Build
    npm run build
    // Start Build site
    // npm start