A dashboard to manage a ecommerce page. This is a Next.js project bootstrapped with create-next-app
.
First, install andrun the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
Run unit tests
npm run test
With app running, run e2e tests
npm run cypress:headless