An adaptation of the Next.js course project built with:
Install the packages:
npm install --force
Seed the database with data:
npm run seed
Run the project:
npm run dev
And check the dashboard page.
An adaptation of the Next.js course project built with:
Install the packages:
npm install --force
Seed the database with data:
npm run seed
Run the project:
npm run dev
And check the dashboard page.